Html Css Color HEX #A85CFC Medium Purple

📋 copy color: '#A85CFC'

red 168 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #A85CFC

Tints of Medium Purple #A85CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 32.81%
G = 17.97%
B = 49.22%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A85CFC (or 0xA85CFC) is known color: Medium Purple. HEX triplet: A8, 5C and FC. RGB value is (168,92,252). Sum of RGB (Red+Green+Blue) = 168+92+252=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #A85CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CFC is #57A303. Grayscale: #848484. Windows color (decimal): -5743364 or 16538792. OLE color: 16538792.

HSL color Cylindrical-coordinate representation of color #A85CFC: hue angle of 268.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A85CFC is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 92 252 -
CMYK 0.33 0.63 0 0.01
HSL 268.5º 0.96% 0.67% -
HSV(B) 268.5º 0.63% 0.99% -
XYZ 37.55 23.01 94.56 -
YUV 132.96 195.18 152.99 -
System Red Green Blue C M Y K H S L
Decimal 168 92 252 0.33 0.63 0 0.01 268.5 0.96 0.67
Hex A8 5C FC 21 3F 0 1 10C 60 43
Octal 250 134 374 41 77 0 1 414 140 103
Binary 10101000 1011100 11111100 100001 111111 0 1 100001100 1100000 1000011

Color Harmonies of #A85CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CFC

Black with #A85CFC

Text Example


Text Example

White with #A85CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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