Html Css Color HEX #A90ABC Dark Violet

📋 copy color: '#A90ABC'

red 169 ◦ green 10 ◦ blue 188

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

Shades of Dark Violet #A90ABC

Tints of Dark Violet #A90ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.72%

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 46.05%
G = 2.72%
B = 51.23%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A90ABC (or 0xA90ABC) is known color: Dark Violet. HEX triplet: A9, 0A and BC. RGB value is (169,10,188). Sum of RGB (Red+Green+Blue) = 169+10+188=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #A90ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ABC is #56F543. Grayscale: #4D4D4D. Windows color (decimal): -5698884 or 12323497. OLE color: 12323497.

HSL color Cylindrical-coordinate representation of color #A90ABC: hue angle of 293.6º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90ABC is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 10 188 -
CMYK 0.10 0.95 0 0.26
HSL 293.6º 0.9% 0.39% -
HSV(B) 293.6º 0.95% 0.74% -
XYZ 25.55 12.28 48.6 -
YUV 77.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 169 10 188 0.10 0.95 0 0.26 293.6 0.9 0.39
Hex A9 A BC A 5F 0 1A 126 5A 27
Octal 251 12 274 12 137 0 32 446 132 47
Binary 10101001 1010 10111100 1010 1011111 0 11010 100100110 1011010 100111

Color Harmonies of #A90ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90ABC

Black with #A90ABC

Text Example


Text Example

White with #A90ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90ABC; }

 p { color: rgb(169,10,188); }

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

background-color css

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

 a { background-color: rgb(169,10,188); }

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

border-color css

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

 span { border-color: rgb(169,10,188); }

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