Html Css Color HEX #A901DA Dark Violet

📋 copy color: '#A901DA'

red 169 ◦ green 1 ◦ blue 218

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

Shades of Dark Violet #A901DA

Tints of Dark Violet #A901DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.19%

R = 43.56%
G = 0.26%
B = 56.19%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A901DA (or 0xA901DA) is known color: Dark Violet. HEX triplet: A9, 01 and DA. RGB value is (169,1,218). Sum of RGB (Red+Green+Blue) = 169+1+218=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 218 (85.55% from 255 or 56.19% from 388); Max value from RGB is 218 - color contains mainly: blue. Hex color #A901DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901DA is #56FE25. Grayscale: #4B4B4B. Windows color (decimal): -5701158 or 14287273. OLE color: 14287273.

HSL color Cylindrical-coordinate representation of color #A901DA: hue angle of 286.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901DA is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 1 218 -
CMYK 0.22 1.00 0 0.15
HSL 286.45º 0.99% 0.43% -
HSV(B) 286.45º 1% 0.85% -
XYZ 29.03 13.52 67.41 -
YUV 75.97 208.16 194.36 -
System Red Green Blue C M Y K H S L
Decimal 169 1 218 0.22 1.00 0 0.15 286.45 0.99 0.43
Hex A9 1 DA 16 64 0 F 11E 63 2B
Octal 251 1 332 26 144 0 17 436 143 53
Binary 10101001 1 11011010 10110 1100100 0 1111 100011110 1100011 101011

Color Harmonies of #A901DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901DA

Black with #A901DA

Text Example


Text Example

White with #A901DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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