Html Css Color HEX #A414B8 Dark Violet

📋 copy color: '#A414B8'

red 164 ◦ green 20 ◦ blue 184

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

Shades of Dark Violet #A414B8

Tints of Dark Violet #A414B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50%

R = 44.57%
G = 5.43%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A414B8 (or 0xA414B8) is known color: Dark Violet. HEX triplet: A4, 14 and B8. RGB value is (164,20,184). Sum of RGB (Red+Green+Blue) = 164+20+184=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A414B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414B8 is #5BEB47. Grayscale: #515151. Windows color (decimal): -6024008 or 12063908. OLE color: 12063908.

HSL color Cylindrical-coordinate representation of color #A414B8: hue angle of 292.68º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A414B8 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 20 184 -
CMYK 0.11 0.89 0 0.28
HSL 292.68º 0.8% 0.4% -
HSV(B) 292.68º 0.89% 0.72% -
XYZ 24.21 11.85 46.36 -
YUV 81.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 164 20 184 0.11 0.89 0 0.28 292.68 0.8 0.4
Hex A4 14 B8 B 59 0 1C 125 50 28
Octal 244 24 270 13 131 0 34 445 120 50
Binary 10100100 10100 10111000 1011 1011001 0 11100 100100101 1010000 101000

Color Harmonies of #A414B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414B8

Black with #A414B8

Text Example


Text Example

White with #A414B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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