Html Css Color HEX #A90CBA Dark Violet

📋 copy color: '#A90CBA'

red 169 ◦ green 12 ◦ blue 186

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

Shades of Dark Violet #A90CBA

Tints of Dark Violet #A90CBA

RGB

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

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

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

R = 46.05%
G = 3.27%
B = 50.68%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A90CBA (or 0xA90CBA) is known color: Dark Violet. HEX triplet: A9, 0C and BA. RGB value is (169,12,186). Sum of RGB (Red+Green+Blue) = 169+12+186=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #A90CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CBA is #56F345. Grayscale: #4E4E4E. Windows color (decimal): -5698374 or 12192937. OLE color: 12192937.

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

Color convert

RGB 169 12 186 -
CMYK 0.09 0.94 0 0.27
HSL 294.14º 0.88% 0.39% -
HSV(B) 294.14º 0.94% 0.73% -
XYZ 25.36 12.24 47.48 -
YUV 78.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 169 12 186 0.09 0.94 0 0.27 294.14 0.88 0.39
Hex A9 C BA 9 5E 0 1B 126 58 27
Octal 251 14 272 11 136 0 33 446 130 47
Binary 10101001 1100 10111010 1001 1011110 0 11011 100100110 1011000 100111

Color Harmonies of #A90CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CBA

Black with #A90CBA

Text Example


Text Example

White with #A90CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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