Html Css Color HEX #A85CF5 Medium Purple

📋 copy color: '#A85CF5'

red 168 ◦ green 92 ◦ blue 245

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

Shades of Medium Purple #A85CF5

Tints of Medium Purple #A85CF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.51%

R = 33.27%
G = 18.22%
B = 48.51%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A85CF5 (or 0xA85CF5) is known color: Medium Purple. HEX triplet: A8, 5C and F5. RGB value is (168,92,245). Sum of RGB (Red+Green+Blue) = 168+92+245=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #A85CF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CF5 is #57A30A. Grayscale: #838383. Windows color (decimal): -5743371 or 16080040. OLE color: 16080040.

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

Color convert

RGB 168 92 245 -
CMYK 0.31 0.62 0 0.04
HSL 269.8º 0.88% 0.66% -
HSV(B) 269.8º 0.62% 0.96% -
XYZ 36.46 22.57 88.82 -
YUV 132.17 191.68 153.56 -
System Red Green Blue C M Y K H S L
Decimal 168 92 245 0.31 0.62 0 0.04 269.8 0.88 0.66
Hex A8 5C F5 1F 3E 0 4 10E 58 42
Octal 250 134 365 37 76 0 4 416 130 102
Binary 10101000 1011100 11110101 11111 111110 0 100 100001110 1011000 1000010

Color Harmonies of #A85CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CF5

Black with #A85CF5

Text Example


Text Example

White with #A85CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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