Html Css Color HEX #A90DD7 Dark Violet

📋 copy color: '#A90DD7'

red 169 ◦ green 13 ◦ blue 215

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

Shades of Dark Violet #A90DD7

Tints of Dark Violet #A90DD7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 215 (84.38% from 255) = 54.16%

R = 42.57%
G = 3.27%
B = 54.16%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A90DD7 (or 0xA90DD7) is known color: Dark Violet. HEX triplet: A9, 0D and D7. RGB value is (169,13,215). Sum of RGB (Red+Green+Blue) = 169+13+215=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #A90DD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DD7 is #56F228. Grayscale: #525252. Windows color (decimal): -5698089 or 14093737. OLE color: 14093737.

HSL color Cylindrical-coordinate representation of color #A90DD7: hue angle of 286.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DD7 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 169 13 215 -
CMYK 0.21 0.94 0 0.16
HSL 286.34º 0.89% 0.45% -
HSV(B) 286.34º 0.94% 0.84% -
XYZ 28.77 13.63 65.4 -
YUV 82.67 202.68 189.57 -
System Red Green Blue C M Y K H S L
Decimal 169 13 215 0.21 0.94 0 0.16 286.34 0.89 0.45
Hex A9 D D7 15 5E 0 10 11E 59 2D
Octal 251 15 327 25 136 0 20 436 131 55
Binary 10101001 1101 11010111 10101 1011110 0 10000 100011110 1011001 101101

Color Harmonies of #A90DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DD7

Black with #A90DD7

Text Example


Text Example

White with #A90DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DD7; }

 p { color: rgb(169,13,215); }

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

background-color css

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

 a { background-color: rgb(169,13,215); }

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

border-color css

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

 span { border-color: rgb(169,13,215); }

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