Html Css Color HEX #A901BA Dark Violet

📋 copy color: '#A901BA'

red 169 ◦ green 1 ◦ blue 186

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

Shades of Dark Violet #A901BA

Tints of Dark Violet #A901BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 47.47%
G = 0.28%
B = 52.25%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A901BA (or 0xA901BA) is known color: Dark Violet. HEX triplet: A9, 01 and BA. RGB value is (169,1,186). Sum of RGB (Red+Green+Blue) = 169+1+186=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #A901BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901BA is #56FE45. Grayscale: #474747. Windows color (decimal): -5701190 or 12190121. OLE color: 12190121.

HSL color Cylindrical-coordinate representation of color #A901BA: hue angle of 294.49º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901BA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 1 186 -
CMYK 0.09 0.99 0 0.27
HSL 294.49º 0.99% 0.37% -
HSV(B) 294.49º 0.99% 0.73% -
XYZ 25.24 12 47.44 -
YUV 72.32 192.16 196.96 -
System Red Green Blue C M Y K H S L
Decimal 169 1 186 0.09 0.99 0 0.27 294.49 0.99 0.37
Hex A9 1 BA 9 63 0 1B 126 63 25
Octal 251 1 272 11 143 0 33 446 143 45
Binary 10101001 1 10111010 1001 1100011 0 11011 100100110 1100011 100101

Color Harmonies of #A901BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901BA

Black with #A901BA

Text Example


Text Example

White with #A901BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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