Html Css Color HEX #A85FEC Medium Purple

📋 copy color: '#A85FEC'

red 168 ◦ green 95 ◦ blue 236

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

Shades of Medium Purple #A85FEC

Tints of Medium Purple #A85FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.04%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 33.67%
G = 19.04%
B = 47.29%

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

#A85FEC (or 0xA85FEC) is known color: Medium Purple. HEX triplet: A8, 5F and EC. RGB value is (168,95,236). Sum of RGB (Red+Green+Blue) = 168+95+236=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FEC is #57A013. Grayscale: #848484. Windows color (decimal): -5742612 or 15490984. OLE color: 15490984.

HSL color Cylindrical-coordinate representation of color #A85FEC: hue angle of 271.06º degrees, saturation: 0.79, 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 #A85FEC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 95 236 -
CMYK 0.29 0.60 0 0.07
HSL 271.06º 0.79% 0.65% -
HSV(B) 271.06º 0.6% 0.93% -
XYZ 35.38 22.57 81.85 -
YUV 132.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 168 95 236 0.29 0.60 0 0.07 271.06 0.79 0.65
Hex A8 5F EC 1D 3C 0 7 10F 4F 41
Octal 250 137 354 35 74 0 7 417 117 101
Binary 10101000 1011111 11101100 11101 111100 0 111 100001111 1001111 1000001

Color Harmonies of #A85FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FEC

Black with #A85FEC

Text Example


Text Example

White with #A85FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FEC; }

 p { color: rgb(168,95,236); }

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

background-color css

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

 a { background-color: rgb(168,95,236); }

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

border-color css

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

 span { border-color: rgb(168,95,236); }

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