Html Css Color HEX #A900CE Dark Violet

📋 copy color: '#A900CE'

red 169 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #A900CE

Tints of Dark Violet #A900CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.93%

R = 45.07%
G = 0%
B = 54.93%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A900CE (or 0xA900CE) is known color: Dark Violet. HEX triplet: A9, 00 and CE. RGB value is (169,0,206). Sum of RGB (Red+Green+Blue) = 169+0+206=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #A900CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CE is #56FF31. Grayscale: #494949. Windows color (decimal): -5701426 or 13500585. OLE color: 13500585.

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

Color convert

RGB 169 0 206 -
CMYK 0.18 1 0 0.19
HSL 289.22º 1% 0.4% -
HSV(B) 289.22º 1% 0.81% -
XYZ 27.5 12.89 59.43 -
YUV 74.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 169 0 206 0.18 1 0 0.19 289.22 1 0.4
Hex A9 0 CE 12 64 0 13 121 64 28
Octal 251 0 316 22 144 0 23 441 144 50
Binary 10101001 0 11001110 10010 1100100 0 10011 100100001 1100100 101000

Color Harmonies of #A900CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900CE

Black with #A900CE

Text Example


Text Example

White with #A900CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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