Html Css Color HEX #A006CB Dark Violet

📋 copy color: '#A006CB'

red 160 ◦ green 6 ◦ blue 203

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

Shades of Dark Violet #A006CB

Tints of Dark Violet #A006CB

RGB

 RED value IS 160 (62.89% from 255) = 43.36%

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

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 43.36%
G = 1.63%
B = 55.01%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A006CB (or 0xA006CB) is known color: Dark Violet. HEX triplet: A0, 06 and CB. RGB value is (160,6,203). Sum of RGB (Red+Green+Blue) = 160+6+203=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 6 (2.73% from 255 or 1.63% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #A006CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006CB is #5FF934. Grayscale: #494949. Windows color (decimal): -6289717 or 13305504. OLE color: 13305504.

HSL color Cylindrical-coordinate representation of color #A006CB: hue angle of 286.9º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006CB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 6 203 -
CMYK 0.21 0.97 0 0.20
HSL 286.9º 0.94% 0.41% -
HSV(B) 286.9º 0.97% 0.8% -
XYZ 25.34 11.92 57.46 -
YUV 74.5 200.52 188.98 -
System Red Green Blue C M Y K H S L
Decimal 160 6 203 0.21 0.97 0 0.20 286.9 0.94 0.41
Hex A0 6 CB 15 61 0 14 11F 5E 29
Octal 240 6 313 25 141 0 24 437 136 51
Binary 10100000 110 11001011 10101 1100001 0 10100 100011111 1011110 101001

Color Harmonies of #A006CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A006CB

Black with #A006CB

Text Example


Text Example

White with #A006CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A006CB; }

 p { color: rgb(160,6,203); }

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

background-color css

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

 a { background-color: rgb(160,6,203); }

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

border-color css

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

 span { border-color: rgb(160,6,203); }

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