Html Css Color HEX #A90DC3 Dark Violet

📋 copy color: '#A90DC3'

red 169 ◦ green 13 ◦ blue 195

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

Shades of Dark Violet #A90DC3

Tints of Dark Violet #A90DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.72%

R = 44.83%
G = 3.45%
B = 51.72%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A90DC3 (or 0xA90DC3) is known color: Dark Violet. HEX triplet: A9, 0D and C3. RGB value is (169,13,195). Sum of RGB (Red+Green+Blue) = 169+13+195=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #A90DC3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DC3 is #56F23C. Grayscale: #4F4F4F. Windows color (decimal): -5698109 or 12783017. OLE color: 12783017.

HSL color Cylindrical-coordinate representation of color #A90DC3: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DC3 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 169 13 195 -
CMYK 0.13 0.93 0 0.24
HSL 291.43º 0.88% 0.41% -
HSV(B) 291.43º 0.93% 0.76% -
XYZ 26.36 12.66 52.68 -
YUV 80.39 192.68 191.2 -
System Red Green Blue C M Y K H S L
Decimal 169 13 195 0.13 0.93 0 0.24 291.43 0.88 0.41
Hex A9 D C3 D 5D 0 18 123 58 29
Octal 251 15 303 15 135 0 30 443 130 51
Binary 10101001 1101 11000011 1101 1011101 0 11000 100100011 1011000 101001

Color Harmonies of #A90DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DC3

Black with #A90DC3

Text Example


Text Example

White with #A90DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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