Html Css Color HEX #A90EE6 Dark Violet

📋 copy color: '#A90EE6'

red 169 ◦ green 14 ◦ blue 230

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

Shades of Dark Violet #A90EE6

Tints of Dark Violet #A90EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.69%

R = 40.92%
G = 3.39%
B = 55.69%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A90EE6 (or 0xA90EE6) is known color: Dark Violet. HEX triplet: A9, 0E and E6. RGB value is (169,14,230). Sum of RGB (Red+Green+Blue) = 169+14+230=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #A90EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EE6 is #56F119. Grayscale: #545454. Windows color (decimal): -5697818 or 15077033. OLE color: 15077033.

HSL color Cylindrical-coordinate representation of color #A90EE6: hue angle of 283.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EE6 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 14 230 -
CMYK 0.27 0.94 0 0.10
HSL 283.06º 0.89% 0.48% -
HSV(B) 283.06º 0.94% 0.9% -
XYZ 30.8 14.46 76.03 -
YUV 84.97 209.85 187.94 -
System Red Green Blue C M Y K H S L
Decimal 169 14 230 0.27 0.94 0 0.10 283.06 0.89 0.48
Hex A9 E E6 1B 5E 0 A 11B 59 30
Octal 251 16 346 33 136 0 12 433 131 60
Binary 10101001 1110 11100110 11011 1011110 0 1010 100011011 1011001 110000

Color Harmonies of #A90EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EE6

Black with #A90EE6

Text Example


Text Example

White with #A90EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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