Html Css Color HEX #A900DE Dark Violet

📋 copy color: '#A900DE'

red 169 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #A900DE

Tints of Dark Violet #A900DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 43.22%
G = 0%
B = 56.78%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A900DE (or 0xA900DE) is known color: Dark Violet. HEX triplet: A9, 00 and DE. RGB value is (169,0,222). Sum of RGB (Red+Green+Blue) = 169+0+222=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #A900DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900DE is #56FF21. Grayscale: #4B4B4B. Windows color (decimal): -5701410 or 14549161. OLE color: 14549161.

HSL color Cylindrical-coordinate representation of color #A900DE: hue angle of 285.68º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900DE is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 0 222 -
CMYK 0.24 1 0 0.13
HSL 285.68º 1% 0.44% -
HSV(B) 285.68º 1% 0.87% -
XYZ 29.55 13.71 70.2 -
YUV 75.84 210.49 194.45 -
System Red Green Blue C M Y K H S L
Decimal 169 0 222 0.24 1 0 0.13 285.68 1 0.44
Hex A9 0 DE 18 64 0 D 11E 64 2C
Octal 251 0 336 30 144 0 15 436 144 54
Binary 10101001 0 11011110 11000 1100100 0 1101 100011110 1100100 101100

Color Harmonies of #A900DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900DE

Black with #A900DE

Text Example


Text Example

White with #A900DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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