Html Css Color HEX #A009BE Dark Violet

📋 copy color: '#A009BE'

red 160 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #A009BE

Tints of Dark Violet #A009BE

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

 GREEN value IS 9 (3.91% from 255) = 2.51%

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

R = 44.57%
G = 2.51%
B = 52.92%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A009BE (or 0xA009BE) is known color: Dark Violet. HEX triplet: A0, 09 and BE. RGB value is (160,9,190). Sum of RGB (Red+Green+Blue) = 160+9+190=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A009BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009BE is #5FF641. Grayscale: #4A4A4A. Windows color (decimal): -6288962 or 12454304. OLE color: 12454304.

HSL color Cylindrical-coordinate representation of color #A009BE: hue angle of 290.06º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A009BE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 9 190 -
CMYK 0.16 0.95 0 0.25
HSL 290.06º 0.91% 0.39% -
HSV(B) 290.06º 0.95% 0.75% -
XYZ 23.89 11.39 49.65 -
YUV 74.78 193.03 188.78 -
System Red Green Blue C M Y K H S L
Decimal 160 9 190 0.16 0.95 0 0.25 290.06 0.91 0.39
Hex A0 9 BE 10 5F 0 19 122 5B 27
Octal 240 11 276 20 137 0 31 442 133 47
Binary 10100000 1001 10111110 10000 1011111 0 11001 100100010 1011011 100111

Color Harmonies of #A009BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009BE

Black with #A009BE

Text Example


Text Example

White with #A009BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009BE; }

 p { color: rgb(160,9,190); }

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

background-color css

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

 a { background-color: rgb(160,9,190); }

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

border-color css

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

 span { border-color: rgb(160,9,190); }

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