Html Css Color HEX #A901C0 Dark Violet

📋 copy color: '#A901C0'

red 169 ◦ green 1 ◦ blue 192

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

Shades of Dark Violet #A901C0

Tints of Dark Violet #A901C0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 192 (75.39% from 255) = 53.04%

R = 46.69%
G = 0.28%
B = 53.04%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A901C0 (or 0xA901C0) is known color: Dark Violet. HEX triplet: A9, 01 and C0. RGB value is (169,1,192). Sum of RGB (Red+Green+Blue) = 169+1+192=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #A901C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901C0 is #56FE3F. Grayscale: #484848. Windows color (decimal): -5701184 or 12583337. OLE color: 12583337.

HSL color Cylindrical-coordinate representation of color #A901C0: hue angle of 292.77º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901C0 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 1 192 -
CMYK 0.12 0.99 0 0.25
HSL 292.77º 0.99% 0.38% -
HSV(B) 292.77º 0.99% 0.75% -
XYZ 25.89 12.26 50.87 -
YUV 73.01 195.16 196.47 -
System Red Green Blue C M Y K H S L
Decimal 169 1 192 0.12 0.99 0 0.25 292.77 0.99 0.38
Hex A9 1 C0 C 63 0 19 125 63 26
Octal 251 1 300 14 143 0 31 445 143 46
Binary 10101001 1 11000000 1100 1100011 0 11001 100100101 1100011 100110

Color Harmonies of #A901C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901C0

Black with #A901C0

Text Example


Text Example

White with #A901C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901C0; }

 p { color: rgb(169,1,192); }

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

background-color css

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

 a { background-color: rgb(169,1,192); }

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

border-color css

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

 span { border-color: rgb(169,1,192); }

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