Html Css Color HEX #A90EE7 Dark Violet

📋 copy color: '#A90EE7'

red 169 ◦ green 14 ◦ blue 231

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

Shades of Dark Violet #A90EE7

Tints of Dark Violet #A90EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.8%

R = 40.82%
G = 3.38%
B = 55.8%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A90EE7 (or 0xA90EE7) is known color: Dark Violet. HEX triplet: A9, 0E and E7. RGB value is (169,14,231). Sum of RGB (Red+Green+Blue) = 169+14+231=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 231 (90.62% from 255 or 55.80% from 414); Max value from RGB is 231 - color contains mainly: blue. Hex color #A90EE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A90EE7 is #56F118. Grayscale: #545454. Windows color (decimal): -5697817 or 15142569. OLE color: 15142569.

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

Color convert

RGB 169 14 231 -
CMYK 0.27 0.94 0 0.09
HSL 282.86º 0.89% 0.48% -
HSV(B) 282.86º 0.94% 0.91% -
XYZ 30.94 14.52 76.77 -
YUV 85.08 210.35 187.86 -
System Red Green Blue C M Y K H S L
Decimal 169 14 231 0.27 0.94 0 0.09 282.86 0.89 0.48
Hex A9 E E7 1B 5E 0 9 11B 59 30
Octal 251 16 347 33 136 0 11 433 131 60
Binary 10101001 1110 11100111 11011 1011110 0 1001 100011011 1011001 110000

Color Harmonies of #A90EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EE7

Black with #A90EE7

Text Example


Text Example

White with #A90EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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