Html Css Color HEX #A085DA Medium Purple

📋 copy color: '#A085DA'

red 160 ◦ green 133 ◦ blue 218

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

Shades of Medium Purple #A085DA

Tints of Medium Purple #A085DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 31.31%
G = 26.03%
B = 42.66%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A085DA (or 0xA085DA) is known color: Medium Purple. HEX triplet: A0, 85 and DA. RGB value is (160,133,218). Sum of RGB (Red+Green+Blue) = 160+133+218=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A085DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A085DA is #5F7A25. Grayscale: #969696. Windows color (decimal): -6257190 or 14321056. OLE color: 14321056.

HSL color Cylindrical-coordinate representation of color #A085DA: hue angle of 259.06º degrees, saturation: 0.53, 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 #A085DA is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 133 218 -
CMYK 0.27 0.39 0 0.15
HSL 259.06º 0.53% 0.69% -
HSV(B) 259.06º 0.39% 0.85% -
XYZ 35.54 29.31 70.11 -
YUV 150.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 160 133 218 0.27 0.39 0 0.15 259.06 0.53 0.69
Hex A0 85 DA 1B 27 0 F 103 35 45
Octal 240 205 332 33 47 0 17 403 65 105
Binary 10100000 10000101 11011010 11011 100111 0 1111 100000011 110101 1000101

Color Harmonies of #A085DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085DA

Black with #A085DA

Text Example


Text Example

White with #A085DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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