Html Css Color HEX #A85EED Medium Purple

📋 copy color: '#A85EED'

red 168 ◦ green 94 ◦ blue 237

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

Shades of Medium Purple #A85EED

Tints of Medium Purple #A85EED

RGB

 RED value IS 168 (66.02% from 255) = 33.67%

 GREEN value IS 94 (37.11% from 255) = 18.84%

 BLUE value IS 237 (92.97% from 255) = 47.49%

R = 33.67%
G = 18.84%
B = 47.49%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A85EED (or 0xA85EED) is known color: Medium Purple. HEX triplet: A8, 5E and ED. RGB value is (168,94,237). Sum of RGB (Red+Green+Blue) = 168+94+237=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #A85EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EED is #57A112. Grayscale: #838383. Windows color (decimal): -5742867 or 15556264. OLE color: 15556264.

HSL color Cylindrical-coordinate representation of color #A85EED: hue angle of 271.05º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85EED is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 94 237 -
CMYK 0.29 0.60 0 0.07
HSL 271.05º 0.8% 0.65% -
HSV(B) 271.05º 0.6% 0.93% -
XYZ 35.44 22.44 82.59 -
YUV 132.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 168 94 237 0.29 0.60 0 0.07 271.05 0.8 0.65
Hex A8 5E ED 1D 3C 0 7 10F 50 41
Octal 250 136 355 35 74 0 7 417 120 101
Binary 10101000 1011110 11101101 11101 111100 0 111 100001111 1010000 1000001

Color Harmonies of #A85EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EED

Black with #A85EED

Text Example


Text Example

White with #A85EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EED; }

 p { color: rgb(168,94,237); }

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

background-color css

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

 a { background-color: rgb(168,94,237); }

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

border-color css

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

 span { border-color: rgb(168,94,237); }

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