Html Css Color HEX #A085DF Medium Purple

📋 copy color: '#A085DF'

red 160 ◦ green 133 ◦ blue 223

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

Shades of Medium Purple #A085DF

Tints of Medium Purple #A085DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 31.01%
G = 25.78%
B = 43.22%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A085DF (or 0xA085DF) is known color: Medium Purple. HEX triplet: A0, 85 and DF. RGB value is (160,133,223). Sum of RGB (Red+Green+Blue) = 160+133+223=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #A085DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085DF is #5F7A20. Grayscale: #979797. Windows color (decimal): -6257185 or 14648736. OLE color: 14648736.

HSL color Cylindrical-coordinate representation of color #A085DF: hue angle of 258º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A085DF is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 133 223 -
CMYK 0.28 0.40 0 0.13
HSL 258º 0.58% 0.7% -
HSV(B) 258º 0.4% 0.87% -
XYZ 36.2 29.58 73.61 -
YUV 151.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 160 133 223 0.28 0.40 0 0.13 258 0.58 0.7
Hex A0 85 DF 1C 28 0 D 102 3A 46
Octal 240 205 337 34 50 0 15 402 72 106
Binary 10100000 10000101 11011111 11100 101000 0 1101 100000010 111010 1000110

Color Harmonies of #A085DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085DF

Black with #A085DF

Text Example


Text Example

White with #A085DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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