Html Css Color HEX #A85CF6 Medium Purple

📋 copy color: '#A85CF6'

red 168 ◦ green 92 ◦ blue 246

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

Shades of Medium Purple #A85CF6

Tints of Medium Purple #A85CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 33.2%
G = 18.18%
B = 48.62%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A85CF6 (or 0xA85CF6) is known color: Medium Purple. HEX triplet: A8, 5C and F6. RGB value is (168,92,246). Sum of RGB (Red+Green+Blue) = 168+92+246=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #A85CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CF6 is #57A309. Grayscale: #838383. Windows color (decimal): -5743370 or 16145576. OLE color: 16145576.

HSL color Cylindrical-coordinate representation of color #A85CF6: hue angle of 269.61º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85CF6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 92 246 -
CMYK 0.32 0.63 0 0.04
HSL 269.61º 0.9% 0.66% -
HSV(B) 269.61º 0.63% 0.96% -
XYZ 36.61 22.63 89.63 -
YUV 132.28 192.18 153.48 -
System Red Green Blue C M Y K H S L
Decimal 168 92 246 0.32 0.63 0 0.04 269.61 0.9 0.66
Hex A8 5C F6 20 3F 0 4 10E 5A 42
Octal 250 134 366 40 77 0 4 416 132 102
Binary 10101000 1011100 11110110 100000 111111 0 100 100001110 1011010 1000010

Color Harmonies of #A85CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CF6

Black with #A85CF6

Text Example


Text Example

White with #A85CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CF6; }

 p { color: rgb(168,92,246); }

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

background-color css

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

 a { background-color: rgb(168,92,246); }

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

border-color css

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

 span { border-color: rgb(168,92,246); }

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