Html Css Color HEX #A90DCE Dark Violet

📋 copy color: '#A90DCE'

red 169 ◦ green 13 ◦ blue 206

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

Shades of Dark Violet #A90DCE

Tints of Dark Violet #A90DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 43.56%
G = 3.35%
B = 53.09%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A90DCE (or 0xA90DCE) is known color: Dark Violet. HEX triplet: A9, 0D and CE. RGB value is (169,13,206). Sum of RGB (Red+Green+Blue) = 169+13+206=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #A90DCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DCE is #56F231. Grayscale: #515151. Windows color (decimal): -5698098 or 13503913. OLE color: 13503913.

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

Color convert

RGB 169 13 206 -
CMYK 0.18 0.94 0 0.19
HSL 288.5º 0.88% 0.43% -
HSV(B) 288.5º 0.94% 0.81% -
XYZ 27.65 13.18 59.48 -
YUV 81.65 198.18 190.31 -
System Red Green Blue C M Y K H S L
Decimal 169 13 206 0.18 0.94 0 0.19 288.5 0.88 0.43
Hex A9 D CE 12 5E 0 13 120 58 2B
Octal 251 15 316 22 136 0 23 440 130 53
Binary 10101001 1101 11001110 10010 1011110 0 10011 100100000 1011000 101011

Color Harmonies of #A90DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DCE

Black with #A90DCE

Text Example


Text Example

White with #A90DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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