Html Css Color HEX #A900CB Dark Violet

📋 copy color: '#A900CB'

red 169 ◦ green 0 ◦ blue 203

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

Shades of Dark Violet #A900CB

Tints of Dark Violet #A900CB

RGB

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

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

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

R = 45.43%
G = 0%
B = 54.57%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A900CB (or 0xA900CB) is known color: Dark Violet. HEX triplet: A9, 00 and CB. RGB value is (169,0,203). Sum of RGB (Red+Green+Blue) = 169+0+203=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #A900CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CB is #56FF34. Grayscale: #494949. Windows color (decimal): -5701429 or 13303977. OLE color: 13303977.

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

Color convert

RGB 169 0 203 -
CMYK 0.17 1 0 0.20
HSL 289.95º 1% 0.4% -
HSV(B) 289.95º 1% 0.8% -
XYZ 27.14 12.75 57.53 -
YUV 73.67 200.99 195.99 -
System Red Green Blue C M Y K H S L
Decimal 169 0 203 0.17 1 0 0.20 289.95 1 0.4
Hex A9 0 CB 11 64 0 14 122 64 28
Octal 251 0 313 21 144 0 24 442 144 50
Binary 10101001 0 11001011 10001 1100100 0 10100 100100010 1100100 101000

Color Harmonies of #A900CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900CB

Black with #A900CB

Text Example


Text Example

White with #A900CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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