Html Css Color HEX #A906C2 Dark Violet

📋 copy color: '#A906C2'

red 169 ◦ green 6 ◦ blue 194

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

Shades of Dark Violet #A906C2

Tints of Dark Violet #A906C2

RGB

 RED value IS 169 (66.41% from 255) = 45.8%

 GREEN value IS 6 (2.73% from 255) = 1.63%

 BLUE value IS 194 (76.17% from 255) = 52.57%

R = 45.8%
G = 1.63%
B = 52.57%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A906C2 (or 0xA906C2) is known color: Dark Violet. HEX triplet: A9, 06 and C2. RGB value is (169,6,194). Sum of RGB (Red+Green+Blue) = 169+6+194=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 194 (76.17% from 255 or 52.57% from 369); Max value from RGB is 194 - color contains mainly: blue. Hex color #A906C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A906C2 is #56F93D. Grayscale: #4B4B4B. Windows color (decimal): -5699902 or 12715689. OLE color: 12715689.

HSL color Cylindrical-coordinate representation of color #A906C2: hue angle of 292.02º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A906C2 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 6 194 -
CMYK 0.13 0.97 0 0.24
HSL 292.02º 0.94% 0.39% -
HSV(B) 292.02º 0.97% 0.76% -
XYZ 26.16 12.46 52.06 -
YUV 76.17 194.5 194.21 -
System Red Green Blue C M Y K H S L
Decimal 169 6 194 0.13 0.97 0 0.24 292.02 0.94 0.39
Hex A9 6 C2 D 61 0 18 124 5E 27
Octal 251 6 302 15 141 0 30 444 136 47
Binary 10101001 110 11000010 1101 1100001 0 11000 100100100 1011110 100111

Color Harmonies of #A906C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A906C2

Black with #A906C2

Text Example


Text Example

White with #A906C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A906C2; }

 p { color: rgb(169,6,194); }

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

background-color css

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

 a { background-color: rgb(169,6,194); }

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

border-color css

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

 span { border-color: rgb(169,6,194); }

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