Html Css Color HEX #A085D9 Medium Purple

📋 copy color: '#A085D9'

red 160 ◦ green 133 ◦ blue 217

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

Shades of Medium Purple #A085D9

Tints of Medium Purple #A085D9

RGB

 RED value IS 160 (62.89% from 255) = 31.37%

 GREEN value IS 133 (52.34% from 255) = 26.08%

 BLUE value IS 217 (85.16% from 255) = 42.55%

R = 31.37%
G = 26.08%
B = 42.55%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A085D9 (or 0xA085D9) is known color: Medium Purple. HEX triplet: A0, 85 and D9. RGB value is (160,133,217). Sum of RGB (Red+Green+Blue) = 160+133+217=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #A085D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085D9 is #5F7A26. Grayscale: #969696. Windows color (decimal): -6257191 or 14255520. OLE color: 14255520.

HSL color Cylindrical-coordinate representation of color #A085D9: hue angle of 259.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A085D9 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 133 217 -
CMYK 0.26 0.39 0 0.15
HSL 259.29º 0.53% 0.69% -
HSV(B) 259.29º 0.39% 0.85% -
XYZ 35.41 29.26 69.43 -
YUV 150.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 160 133 217 0.26 0.39 0 0.15 259.29 0.53 0.69
Hex A0 85 D9 1A 27 0 F 103 34 45
Octal 240 205 331 32 47 0 17 403 64 105
Binary 10100000 10000101 11011001 11010 100111 0 1111 100000011 110100 1000101

Color Harmonies of #A085D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085D9

Black with #A085D9

Text Example


Text Example

White with #A085D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085D9; }

 p { color: rgb(160,133,217); }

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

background-color css

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

 a { background-color: rgb(160,133,217); }

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

border-color css

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

 span { border-color: rgb(160,133,217); }

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