Html Css Color HEX #A000CB Dark Violet

📋 copy color: '#A000CB'

red 160 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #A000CB

Tints of Dark Violet #A000CB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.08%
G = 0%
B = 55.92%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A000CB (or 0xA000CB) is known color: Dark Violet. HEX triplet: A0, 00 and CB. RGB value is (160,0,203). Sum of RGB (Red+Green+Blue) = 160+0+203=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #A000CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000CB is #5FFF34. Grayscale: #464646. Windows color (decimal): -6291253 or 13303968. OLE color: 13303968.

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

Color convert

RGB 160 0 203 -
CMYK 0.21 1 0 0.20
HSL 287.29º 1% 0.4% -
HSV(B) 287.29º 1% 0.8% -
XYZ 25.28 11.79 57.44 -
YUV 70.98 202.51 191.49 -
System Red Green Blue C M Y K H S L
Decimal 160 0 203 0.21 1 0 0.20 287.29 1 0.4
Hex A0 0 CB 15 64 0 14 11F 64 28
Octal 240 0 313 25 144 0 24 437 144 50
Binary 10100000 0 11001011 10101 1100100 0 10100 100011111 1100100 101000

Color Harmonies of #A000CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A000CB

Black with #A000CB

Text Example


Text Example

White with #A000CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A000CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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