Html Css Color HEX #A40CCF Dark Violet

📋 copy color: '#A40CCF'

red 164 ◦ green 12 ◦ blue 207

#A40CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A40CCF

Tints of Dark Violet #A40CCF

RGB

 RED value IS 164 (64.45% from 255) = 42.82%

 GREEN value IS 12 (5.08% from 255) = 3.13%

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 42.82%
G = 3.13%
B = 54.05%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A40CCF (or 0xA40CCF) is known color: Dark Violet. HEX triplet: A4, 0C and CF. RGB value is (164,12,207). Sum of RGB (Red+Green+Blue) = 164+12+207=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #A40CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A40CCF is #5BF330. Grayscale: #4F4F4F. Windows color (decimal): -6026033 or 13569188. OLE color: 13569188.

HSL color Cylindrical-coordinate representation of color #A40CCF: hue angle of 286.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40CCF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 12 207 -
CMYK 0.21 0.94 0 0.19
HSL 286.77º 0.89% 0.43% -
HSV(B) 286.77º 0.94% 0.81% -
XYZ 26.7 12.66 60.07 -
YUV 79.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 164 12 207 0.21 0.94 0 0.19 286.77 0.89 0.43
Hex A4 C CF 15 5E 0 13 11F 59 2B
Octal 244 14 317 25 136 0 23 437 131 53
Binary 10100100 1100 11001111 10101 1011110 0 10011 100011111 1011001 101011

Color Harmonies of #A40CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40CCF

Black with #A40CCF

Text Example


Text Example

White with #A40CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40CCF; }

 p { color: rgb(164,12,207); }

 H1.HeaderClassName
 {
   color: #A40CCF;
 }
 .AnyTagClassName
 {
   color: #A40CCF;
 }
</style>

background-color css

<style>
 a { background-color: #A40CCF; }

 a { background-color: rgb(164,12,207); }

 div.DivClassName
 {
   background-color: #A40CCF;
 }
 .BgClassName
 {
   background-color: #A40CCF;
 }
</style>

border-color css

<style>
 span { border-color: #A40CCF; }

 span { border-color: rgb(164,12,207); }

 td.TdClassName
 {
   border-color: #A40CCF;
 }
 .TagClassName
 {
   border-color: #A40CCF;
 }
</style>