Html Css Color HEX #A90CCB Dark Violet

📋 copy color: '#A90CCB'

red 169 ◦ green 12 ◦ blue 203

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

Shades of Dark Violet #A90CCB

Tints of Dark Violet #A90CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.13%

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

R = 44.01%
G = 3.13%
B = 52.86%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A90CCB (or 0xA90CCB) is known color: Dark Violet. HEX triplet: A9, 0C and CB. RGB value is (169,12,203). Sum of RGB (Red+Green+Blue) = 169+12+203=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #A90CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCB is #56F334. Grayscale: #505050. Windows color (decimal): -5698357 or 13307049. OLE color: 13307049.

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

Color convert

RGB 169 12 203 -
CMYK 0.17 0.94 0 0.20
HSL 289.32º 0.89% 0.42% -
HSV(B) 289.32º 0.94% 0.8% -
XYZ 27.27 13.01 57.57 -
YUV 80.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 169 12 203 0.17 0.94 0 0.20 289.32 0.89 0.42
Hex A9 C CB 11 5E 0 14 121 59 2A
Octal 251 14 313 21 136 0 24 441 131 52
Binary 10101001 1100 11001011 10001 1011110 0 10100 100100001 1011001 101010

Color Harmonies of #A90CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CCB

Black with #A90CCB

Text Example


Text Example

White with #A90CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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