Html Css Color HEX #A200CB Dark Violet

📋 copy color: '#A200CB'

red 162 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #A200CB

Tints of Dark Violet #A200CB

RGB

 RED value IS 162 (63.67% from 255) = 44.38%

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

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

R = 44.38%
G = 0%
B = 55.62%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A200CB (or 0xA200CB) is known color: Dark Violet. HEX triplet: A2, 00 and CB. RGB value is (162,0,203). Sum of RGB (Red+Green+Blue) = 162+0+203=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #A200CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200CB is #5DFF34. Grayscale: #464646. Windows color (decimal): -6160181 or 13303970. OLE color: 13303970.

HSL color Cylindrical-coordinate representation of color #A200CB: hue angle of 287.88º 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 #A200CB is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 0 203 -
CMYK 0.20 1 0 0.20
HSL 287.88º 1% 0.4% -
HSV(B) 287.88º 1% 0.8% -
XYZ 25.68 11.99 57.46 -
YUV 71.58 202.17 192.49 -
System Red Green Blue C M Y K H S L
Decimal 162 0 203 0.20 1 0 0.20 287.88 1 0.4
Hex A2 0 CB 14 64 0 14 120 64 28
Octal 242 0 313 24 144 0 24 440 144 50
Binary 10100010 0 11001011 10100 1100100 0 10100 100100000 1100100 101000

Color Harmonies of #A200CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A200CB

Black with #A200CB

Text Example


Text Example

White with #A200CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A200CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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