Html Css Color HEX #A90EB8 Dark Violet

📋 copy color: '#A90EB8'

red 169 ◦ green 14 ◦ blue 184

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

Shades of Dark Violet #A90EB8

Tints of Dark Violet #A90EB8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.81%

 BLUE value IS 184 (72.27% from 255) = 50.14%

R = 46.05%
G = 3.81%
B = 50.14%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A90EB8 (or 0xA90EB8) is known color: Dark Violet. HEX triplet: A9, 0E and B8. RGB value is (169,14,184). Sum of RGB (Red+Green+Blue) = 169+14+184=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A90EB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EB8 is #56F147. Grayscale: #4F4F4F. Windows color (decimal): -5697864 or 12062377. OLE color: 12062377.

HSL color Cylindrical-coordinate representation of color #A90EB8: hue angle of 294.71º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90EB8 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 14 184 -
CMYK 0.08 0.92 0 0.28
HSL 294.71º 0.86% 0.39% -
HSV(B) 294.71º 0.92% 0.72% -
XYZ 25.17 12.21 46.38 -
YUV 79.73 186.85 191.68 -
System Red Green Blue C M Y K H S L
Decimal 169 14 184 0.08 0.92 0 0.28 294.71 0.86 0.39
Hex A9 E B8 8 5C 0 1C 127 56 27
Octal 251 16 270 10 134 0 34 447 126 47
Binary 10101001 1110 10111000 1000 1011100 0 11100 100100111 1010110 100111

Color Harmonies of #A90EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EB8

Black with #A90EB8

Text Example


Text Example

White with #A90EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EB8; }

 p { color: rgb(169,14,184); }

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

background-color css

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

 a { background-color: rgb(169,14,184); }

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

border-color css

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

 span { border-color: rgb(169,14,184); }

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