Html Css Color HEX #A085F1 Medium Purple

📋 copy color: '#A085F1'

red 160 ◦ green 133 ◦ blue 241

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

Shades of Medium Purple #A085F1

Tints of Medium Purple #A085F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 29.96%
G = 24.91%
B = 45.13%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A085F1 (or 0xA085F1) is known color: Medium Purple. HEX triplet: A0, 85 and F1. RGB value is (160,133,241). Sum of RGB (Red+Green+Blue) = 160+133+241=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #A085F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F1 is #5F7A0E. Grayscale: #989898. Windows color (decimal): -6257167 or 15828384. OLE color: 15828384.

HSL color Cylindrical-coordinate representation of color #A085F1: hue angle of 255º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A085F1 is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 133 241 -
CMYK 0.34 0.45 0 0.05
HSL 255º 0.79% 0.73% -
HSV(B) 255º 0.45% 0.95% -
XYZ 38.76 30.6 87.08 -
YUV 153.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 160 133 241 0.34 0.45 0 0.05 255 0.79 0.73
Hex A0 85 F1 22 2D 0 5 FF 4F 49
Octal 240 205 361 42 55 0 5 377 117 111
Binary 10100000 10000101 11110001 100010 101101 0 101 11111111 1001111 1001001

Color Harmonies of #A085F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085F1

Black with #A085F1

Text Example


Text Example

White with #A085F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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