Html Css Color HEX #A901BE Dark Violet

📋 copy color: '#A901BE'

red 169 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #A901BE

Tints of Dark Violet #A901BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.78%

R = 46.94%
G = 0.28%
B = 52.78%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A901BE (or 0xA901BE) is known color: Dark Violet. HEX triplet: A9, 01 and BE. RGB value is (169,1,190). Sum of RGB (Red+Green+Blue) = 169+1+190=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #A901BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901BE is #56FE41. Grayscale: #484848. Windows color (decimal): -5701186 or 12452265. OLE color: 12452265.

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

Color convert

RGB 169 1 190 -
CMYK 0.11 0.99 0 0.25
HSL 293.33º 0.99% 0.37% -
HSV(B) 293.33º 0.99% 0.75% -
XYZ 25.67 12.17 49.71 -
YUV 72.78 194.16 196.63 -
System Red Green Blue C M Y K H S L
Decimal 169 1 190 0.11 0.99 0 0.25 293.33 0.99 0.37
Hex A9 1 BE B 63 0 19 125 63 25
Octal 251 1 276 13 143 0 31 445 143 45
Binary 10101001 1 10111110 1011 1100011 0 11001 100100101 1100011 100101

Color Harmonies of #A901BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A901BE

Black with #A901BE

Text Example


Text Example

White with #A901BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A901BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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