Html Css Color HEX #A414B6 Dark Violet

📋 copy color: '#A414B6'

red 164 ◦ green 20 ◦ blue 182

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

Shades of Dark Violet #A414B6

Tints of Dark Violet #A414B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.73%

R = 44.81%
G = 5.46%
B = 49.73%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A414B6 (or 0xA414B6) is known color: Dark Violet. HEX triplet: A4, 14 and B6. RGB value is (164,20,182). Sum of RGB (Red+Green+Blue) = 164+20+182=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 182 (71.48% from 255 or 49.73% from 366); Max value from RGB is 182 - color contains mainly: blue. Hex color #A414B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A414B6 is #5BEB49. Grayscale: #515151. Windows color (decimal): -6024010 or 11932836. OLE color: 11932836.

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

Color convert

RGB 164 20 182 -
CMYK 0.10 0.89 0 0.29
HSL 293.33º 0.8% 0.4% -
HSV(B) 293.33º 0.89% 0.71% -
XYZ 24 11.77 45.26 -
YUV 81.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 164 20 182 0.10 0.89 0 0.29 293.33 0.8 0.4
Hex A4 14 B6 A 59 0 1D 125 50 28
Octal 244 24 266 12 131 0 35 445 120 50
Binary 10100100 10100 10110110 1010 1011001 0 11101 100100101 1010000 101000

Color Harmonies of #A414B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A414B6

Black with #A414B6

Text Example


Text Example

White with #A414B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A414B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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