Html Css Color HEX #A85FFA Medium Purple

📋 copy color: '#A85FFA'

red 168 ◦ green 95 ◦ blue 250

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

Shades of Medium Purple #A85FFA

Tints of Medium Purple #A85FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 32.75%
G = 18.52%
B = 48.73%

CMYK

 C value IS 0.33

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A85FFA (or 0xA85FFA) is known color: Medium Purple. HEX triplet: A8, 5F and FA. RGB value is (168,95,250). Sum of RGB (Red+Green+Blue) = 168+95+250=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 95 (37.5% from 255 or 18.52% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A85FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FFA is #57A005. Grayscale: #858585. Windows color (decimal): -5742598 or 16408488. OLE color: 16408488.

HSL color Cylindrical-coordinate representation of color #A85FFA: hue angle of 268.26º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85FFA is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 95 250 -
CMYK 0.33 0.62 0 0.02
HSL 268.26º 0.94% 0.68% -
HSV(B) 268.26º 0.62% 0.98% -
XYZ 37.5 23.41 92.99 -
YUV 134.5 193.18 151.9 -
System Red Green Blue C M Y K H S L
Decimal 168 95 250 0.33 0.62 0 0.02 268.26 0.94 0.68
Hex A8 5F FA 21 3E 0 2 10C 5E 44
Octal 250 137 372 41 76 0 2 414 136 104
Binary 10101000 1011111 11111010 100001 111110 0 10 100001100 1011110 1000100

Color Harmonies of #A85FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FFA

Black with #A85FFA

Text Example


Text Example

White with #A85FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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