Html Css Color HEX #A90885 Medium Violet Red

📋 copy color: '#A90885'

red 169 ◦ green 8 ◦ blue 133

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

Shades of Medium Violet Red #A90885

Tints of Medium Violet Red #A90885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.58%

 BLUE value IS 133 (52.34% from 255) = 42.9%

R = 54.52%
G = 2.58%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A90885 (or 0xA90885) is known color: Medium Violet Red. HEX triplet: A9, 08 and 85. RGB value is (169,8,133). Sum of RGB (Red+Green+Blue) = 169+8+133=310 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.52% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 169 - color contains mainly: red. Hex color #A90885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90885 is #56F77A. Grayscale: #464646. Windows color (decimal): -5699451 or 8718505. OLE color: 8718505.

HSL color Cylindrical-coordinate representation of color #A90885: hue angle of 313.42º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90885 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 8 133 -
CMYK 0 0.95 0.21 0.34
HSL 313.42º 0.91% 0.35% -
HSV(B) 313.42º 0.95% 0.66% -
XYZ 20.68 10.3 23.09 -
YUV 70.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 169 8 133 0 0.95 0.21 0.34 313.42 0.91 0.35
Hex A9 8 85 0 5F 15 22 139 5B 23
Octal 251 10 205 0 137 25 42 471 133 43
Binary 10101001 1000 10000101 0 1011111 10101 100010 100111001 1011011 100011

Color Harmonies of #A90885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90885

Black with #A90885

Text Example


Text Example

White with #A90885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90885; }

 p { color: rgb(169,8,133); }

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

background-color css

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

 a { background-color: rgb(169,8,133); }

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

border-color css

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

 span { border-color: rgb(169,8,133); }

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