Html Css Color HEX #A209BE Dark Violet

📋 copy color: '#A209BE'

red 162 ◦ green 9 ◦ blue 190

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

Shades of Dark Violet #A209BE

Tints of Dark Violet #A209BE

RGB

 RED value IS 162 (63.67% from 255) = 44.88%

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

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

R = 44.88%
G = 2.49%
B = 52.63%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A209BE (or 0xA209BE) is known color: Dark Violet. HEX triplet: A2, 09 and BE. RGB value is (162,9,190). Sum of RGB (Red+Green+Blue) = 162+9+190=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #A209BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209BE is #5DF641. Grayscale: #4A4A4A. Windows color (decimal): -6157890 or 12454306. OLE color: 12454306.

HSL color Cylindrical-coordinate representation of color #A209BE: hue angle of 290.72º 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 #A209BE is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 9 190 -
CMYK 0.15 0.95 0 0.25
HSL 290.72º 0.91% 0.39% -
HSV(B) 290.72º 0.95% 0.75% -
XYZ 24.29 11.59 49.67 -
YUV 75.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 162 9 190 0.15 0.95 0 0.25 290.72 0.91 0.39
Hex A2 9 BE F 5F 0 19 123 5B 27
Octal 242 11 276 17 137 0 31 443 133 47
Binary 10100010 1001 10111110 1111 1011111 0 11001 100100011 1011011 100111

Color Harmonies of #A209BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209BE

Black with #A209BE

Text Example


Text Example

White with #A209BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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