Html Css Color HEX #A85AF6 Medium Purple

📋 copy color: '#A85AF6'

red 168 ◦ green 90 ◦ blue 246

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

Shades of Medium Purple #A85AF6

Tints of Medium Purple #A85AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

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

R = 33.33%
G = 17.86%
B = 48.81%

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

#A85AF6 (or 0xA85AF6) is known color: Medium Purple. HEX triplet: A8, 5A and F6. RGB value is (168,90,246). Sum of RGB (Red+Green+Blue) = 168+90+246=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #A85AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AF6 is #57A509. Grayscale: #828282. Windows color (decimal): -5743882 or 16145064. OLE color: 16145064.

HSL color Cylindrical-coordinate representation of color #A85AF6: hue angle of 270º 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 #A85AF6 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 90 246 -
CMYK 0.32 0.63 0 0.04
HSL 270º 0.9% 0.66% -
HSV(B) 270º 0.63% 0.96% -
XYZ 36.44 22.29 89.57 -
YUV 131.11 192.84 154.32 -
System Red Green Blue C M Y K H S L
Decimal 168 90 246 0.32 0.63 0 0.04 270 0.9 0.66
Hex A8 5A F6 20 3F 0 4 10E 5A 42
Octal 250 132 366 40 77 0 4 416 132 102
Binary 10101000 1011010 11110110 100000 111111 0 100 100001110 1011010 1000010

Color Harmonies of #A85AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AF6

Black with #A85AF6

Text Example


Text Example

White with #A85AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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