Html Css Color HEX #A90CCD Dark Violet

📋 copy color: '#A90CCD'

red 169 ◦ green 12 ◦ blue 205

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

Shades of Dark Violet #A90CCD

Tints of Dark Violet #A90CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 43.78%
G = 3.11%
B = 53.11%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A90CCD (or 0xA90CCD) is known color: Dark Violet. HEX triplet: A9, 0C and CD. RGB value is (169,12,205). Sum of RGB (Red+Green+Blue) = 169+12+205=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #A90CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCD is #56F332. Grayscale: #505050. Windows color (decimal): -5698355 or 13438121. OLE color: 13438121.

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

Color convert

RGB 169 12 205 -
CMYK 0.18 0.94 0 0.20
HSL 288.81º 0.89% 0.43% -
HSV(B) 288.81º 0.94% 0.8% -
XYZ 27.51 13.11 58.84 -
YUV 80.95 198.01 190.81 -
System Red Green Blue C M Y K H S L
Decimal 169 12 205 0.18 0.94 0 0.20 288.81 0.89 0.43
Hex A9 C CD 12 5E 0 14 121 59 2B
Octal 251 14 315 22 136 0 24 441 131 53
Binary 10101001 1100 11001101 10010 1011110 0 10100 100100001 1011001 101011

Color Harmonies of #A90CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90CCD

Black with #A90CCD

Text Example


Text Example

White with #A90CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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