Html Css Color HEX #A90FB8 Dark Violet

📋 copy color: '#A90FB8'

red 169 ◦ green 15 ◦ blue 184

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

Shades of Dark Violet #A90FB8

Tints of Dark Violet #A90FB8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.08%

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

R = 45.92%
G = 4.08%
B = 50%

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

#A90FB8 (or 0xA90FB8) is known color: Dark Violet. HEX triplet: A9, 0F and B8. RGB value is (169,15,184). Sum of RGB (Red+Green+Blue) = 169+15+184=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 184 (72.27% from 255 or 50% from 368); Max value from RGB is 184 - color contains mainly: blue. Hex color #A90FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FB8 is #56F047. Grayscale: #4F4F4F. Windows color (decimal): -5697608 or 12062633. OLE color: 12062633.

HSL color Cylindrical-coordinate representation of color #A90FB8: hue angle of 294.67º degrees, saturation: 0.85, 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 #A90FB8 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 15 184 -
CMYK 0.08 0.92 0 0.28
HSL 294.67º 0.85% 0.39% -
HSV(B) 294.67º 0.92% 0.72% -
XYZ 25.18 12.24 46.38 -
YUV 80.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 169 15 184 0.08 0.92 0 0.28 294.67 0.85 0.39
Hex A9 F B8 8 5C 0 1C 127 55 27
Octal 251 17 270 10 134 0 34 447 125 47
Binary 10101001 1111 10111000 1000 1011100 0 11100 100100111 1010101 100111

Color Harmonies of #A90FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90FB8

Black with #A90FB8

Text Example


Text Example

White with #A90FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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