Html Css Color HEX #A90EBA Dark Violet

📋 copy color: '#A90EBA'

red 169 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #A90EBA

Tints of Dark Violet #A90EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 45.8%
G = 3.79%
B = 50.41%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A90EBA (or 0xA90EBA) is known color: Dark Violet. HEX triplet: A9, 0E and BA. RGB value is (169,14,186). Sum of RGB (Red+Green+Blue) = 169+14+186=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #A90EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EBA is #56F145. Grayscale: #4F4F4F. Windows color (decimal): -5697862 or 12193449. OLE color: 12193449.

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

Color convert

RGB 169 14 186 -
CMYK 0.09 0.92 0 0.27
HSL 294.07º 0.86% 0.39% -
HSV(B) 294.07º 0.92% 0.73% -
XYZ 25.38 12.29 47.49 -
YUV 79.95 187.85 191.51 -
System Red Green Blue C M Y K H S L
Decimal 169 14 186 0.09 0.92 0 0.27 294.07 0.86 0.39
Hex A9 E BA 9 5C 0 1B 126 56 27
Octal 251 16 272 11 134 0 33 446 126 47
Binary 10101001 1110 10111010 1001 1011100 0 11011 100100110 1010110 100111

Color Harmonies of #A90EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90EBA

Black with #A90EBA

Text Example


Text Example

White with #A90EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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