Html Css Color HEX #A900CA Dark Violet

📋 copy color: '#A900CA'

red 169 ◦ green 0 ◦ blue 202

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

Shades of Dark Violet #A900CA

Tints of Dark Violet #A900CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.45%

R = 45.55%
G = 0%
B = 54.45%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A900CA (or 0xA900CA) is known color: Dark Violet. HEX triplet: A9, 00 and CA. RGB value is (169,0,202). Sum of RGB (Red+Green+Blue) = 169+0+202=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #A900CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900CA is #56FF35. Grayscale: #484848. Windows color (decimal): -5701430 or 13238441. OLE color: 13238441.

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

Color convert

RGB 169 0 202 -
CMYK 0.16 1 0 0.21
HSL 290.2º 1% 0.4% -
HSV(B) 290.2º 1% 0.79% -
XYZ 27.02 12.7 56.9 -
YUV 73.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 169 0 202 0.16 1 0 0.21 290.2 1 0.4
Hex A9 0 CA 10 64 0 15 122 64 28
Octal 251 0 312 20 144 0 25 442 144 50
Binary 10101001 0 11001010 10000 1100100 0 10101 100100010 1100100 101000

Color Harmonies of #A900CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900CA

Black with #A900CA

Text Example


Text Example

White with #A900CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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