Html Css Color HEX #A900CD Dark Violet

📋 copy color: '#A900CD'

red 169 ◦ green 0 ◦ blue 205

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

Shades of Dark Violet #A900CD

Tints of Dark Violet #A900CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.81%

R = 45.19%
G = 0%
B = 54.81%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A900CD (or 0xA900CD) is known color: Dark Violet. HEX triplet: A9, 00 and CD. RGB value is (169,0,205). Sum of RGB (Red+Green+Blue) = 169+0+205=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #A900CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CD is #56FF32. Grayscale: #494949. Windows color (decimal): -5701427 or 13435049. OLE color: 13435049.

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

Color convert

RGB 169 0 205 -
CMYK 0.18 1 0 0.20
HSL 289.46º 1% 0.4% -
HSV(B) 289.46º 1% 0.8% -
XYZ 27.38 12.84 58.79 -
YUV 73.9 201.99 195.83 -
System Red Green Blue C M Y K H S L
Decimal 169 0 205 0.18 1 0 0.20 289.46 1 0.4
Hex A9 0 CD 12 64 0 14 121 64 28
Octal 251 0 315 22 144 0 24 441 144 50
Binary 10101001 0 11001101 10010 1100100 0 10100 100100001 1100100 101000

Color Harmonies of #A900CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900CD

Black with #A900CD

Text Example


Text Example

White with #A900CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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