Html Css Color HEX #A900CF Dark Violet

📋 copy color: '#A900CF'

red 169 ◦ green 0 ◦ blue 207

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

Shades of Dark Violet #A900CF

Tints of Dark Violet #A900CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 55.05%

R = 44.95%
G = 0%
B = 55.05%

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

#A900CF (or 0xA900CF) is known color: Dark Violet. HEX triplet: A9, 00 and CF. RGB value is (169,0,207). Sum of RGB (Red+Green+Blue) = 169+0+207=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A900CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CF is #56FF30. Grayscale: #494949. Windows color (decimal): -5701425 or 13566121. OLE color: 13566121.

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

Color convert

RGB 169 0 207 -
CMYK 0.18 1 0 0.19
HSL 288.99º 1% 0.41% -
HSV(B) 288.99º 1% 0.81% -
XYZ 27.62 12.94 60.07 -
YUV 74.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 169 0 207 0.18 1 0 0.19 288.99 1 0.41
Hex A9 0 CF 12 64 0 13 121 64 29
Octal 251 0 317 22 144 0 23 441 144 51
Binary 10101001 0 11001111 10010 1100100 0 10011 100100001 1100100 101001

Color Harmonies of #A900CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900CF

Black with #A900CF

Text Example


Text Example

White with #A900CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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