Html Css Color HEX #A414CE Dark Violet

📋 copy color: '#A414CE'

red 164 ◦ green 20 ◦ blue 206

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

Shades of Dark Violet #A414CE

Tints of Dark Violet #A414CE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.13%

 BLUE value IS 206 (80.86% from 255) = 52.82%

R = 42.05%
G = 5.13%
B = 52.82%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A414CE (or 0xA414CE) is known color: Dark Violet. HEX triplet: A4, 14 and CE. RGB value is (164,20,206). Sum of RGB (Red+Green+Blue) = 164+20+206=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #A414CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414CE is #5BEB31. Grayscale: #535353. Windows color (decimal): -6023986 or 13505700. OLE color: 13505700.

HSL color Cylindrical-coordinate representation of color #A414CE: hue angle of 286.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A414CE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 20 206 -
CMYK 0.20 0.90 0 0.19
HSL 286.45º 0.82% 0.44% -
HSV(B) 286.45º 0.9% 0.81% -
XYZ 26.7 12.85 59.47 -
YUV 84.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 164 20 206 0.20 0.90 0 0.19 286.45 0.82 0.44
Hex A4 14 CE 14 5A 0 13 11E 52 2C
Octal 244 24 316 24 132 0 23 436 122 54
Binary 10100100 10100 11001110 10100 1011010 0 10011 100011110 1010010 101100

Color Harmonies of #A414CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414CE

Black with #A414CE

Text Example


Text Example

White with #A414CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414CE; }

 p { color: rgb(164,20,206); }

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

background-color css

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

 a { background-color: rgb(164,20,206); }

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

border-color css

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

 span { border-color: rgb(164,20,206); }

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