Html Css Color HEX #A90ACB Dark Violet

📋 copy color: '#A90ACB'

red 169 ◦ green 10 ◦ blue 203

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

Shades of Dark Violet #A90ACB

Tints of Dark Violet #A90ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 44.24%
G = 2.62%
B = 53.14%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A90ACB (or 0xA90ACB) is known color: Dark Violet. HEX triplet: A9, 0A and CB. RGB value is (169,10,203). Sum of RGB (Red+Green+Blue) = 169+10+203=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #A90ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ACB is #56F534. Grayscale: #4E4E4E. Windows color (decimal): -5698869 or 13306537. OLE color: 13306537.

HSL color Cylindrical-coordinate representation of color #A90ACB: hue angle of 289.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90ACB is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 10 203 -
CMYK 0.17 0.95 0 0.20
HSL 289.43º 0.91% 0.42% -
HSV(B) 289.43º 0.95% 0.8% -
XYZ 27.25 12.96 57.57 -
YUV 79.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 169 10 203 0.17 0.95 0 0.20 289.43 0.91 0.42
Hex A9 A CB 11 5F 0 14 121 5B 2A
Octal 251 12 313 21 137 0 24 441 133 52
Binary 10101001 1010 11001011 10001 1011111 0 10100 100100001 1011011 101010

Color Harmonies of #A90ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90ACB

Black with #A90ACB

Text Example


Text Example

White with #A90ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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