Html Css Color HEX #A008CB Dark Violet

📋 copy color: '#A008CB'

red 160 ◦ green 8 ◦ blue 203

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

Shades of Dark Violet #A008CB

Tints of Dark Violet #A008CB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.16%

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

R = 43.13%
G = 2.16%
B = 54.72%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A008CB (or 0xA008CB) is known color: Dark Violet. HEX triplet: A0, 08 and CB. RGB value is (160,8,203). Sum of RGB (Red+Green+Blue) = 160+8+203=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #A008CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A008CB is #5FF734. Grayscale: #4B4B4B. Windows color (decimal): -6289205 or 13306016. OLE color: 13306016.

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

Color convert

RGB 160 8 203 -
CMYK 0.21 0.96 0 0.20
HSL 286.77º 0.92% 0.41% -
HSV(B) 286.77º 0.96% 0.8% -
XYZ 25.36 11.96 57.47 -
YUV 75.68 199.86 188.14 -
System Red Green Blue C M Y K H S L
Decimal 160 8 203 0.21 0.96 0 0.20 286.77 0.92 0.41
Hex A0 8 CB 15 60 0 14 11F 5C 29
Octal 240 10 313 25 140 0 24 437 134 51
Binary 10100000 1000 11001011 10101 1100000 0 10100 100011111 1011100 101001

Color Harmonies of #A008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A008CB

Black with #A008CB

Text Example


Text Example

White with #A008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A008CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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