Html Css Color HEX #A90BE9 Dark Violet

📋 copy color: '#A90BE9'

red 169 ◦ green 11 ◦ blue 233

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

Shades of Dark Violet #A90BE9

Tints of Dark Violet #A90BE9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.66%

 BLUE value IS 233 (91.41% from 255) = 56.42%

R = 40.92%
G = 2.66%
B = 56.42%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A90BE9 (or 0xA90BE9) is known color: Dark Violet. HEX triplet: A9, 0B and E9. RGB value is (169,11,233). Sum of RGB (Red+Green+Blue) = 169+11+233=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 233 (91.41% from 255 or 56.42% from 413); Max value from RGB is 233 - color contains mainly: blue. Hex color #A90BE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90BE9 is #56F416. Grayscale: #525252. Windows color (decimal): -5698583 or 15272873. OLE color: 15272873.

HSL color Cylindrical-coordinate representation of color #A90BE9: hue angle of 282.7º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90BE9 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 11 233 -
CMYK 0.27 0.95 0 0.09
HSL 282.7º 0.91% 0.48% -
HSV(B) 282.7º 0.95% 0.91% -
XYZ 31.19 14.56 78.26 -
YUV 83.55 212.35 188.95 -
System Red Green Blue C M Y K H S L
Decimal 169 11 233 0.27 0.95 0 0.09 282.7 0.91 0.48
Hex A9 B E9 1B 5F 0 9 11B 5B 30
Octal 251 13 351 33 137 0 11 433 133 60
Binary 10101001 1011 11101001 11011 1011111 0 1001 100011011 1011011 110000

Color Harmonies of #A90BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90BE9

Black with #A90BE9

Text Example


Text Example

White with #A90BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90BE9; }

 p { color: rgb(169,11,233); }

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

background-color css

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

 a { background-color: rgb(169,11,233); }

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

border-color css

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

 span { border-color: rgb(169,11,233); }

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