Html Css Color HEX #A85EFA Medium Purple

📋 copy color: '#A85EFA'

red 168 ◦ green 94 ◦ blue 250

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

Shades of Medium Purple #A85EFA

Tints of Medium Purple #A85EFA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.36%

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

R = 32.81%
G = 18.36%
B = 48.83%

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

#A85EFA (or 0xA85EFA) is known color: Medium Purple. HEX triplet: A8, 5E and FA. RGB value is (168,94,250). Sum of RGB (Red+Green+Blue) = 168+94+250=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 94 (37.11% from 255 or 18.36% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #A85EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EFA is #57A105. Grayscale: #858585. Windows color (decimal): -5742854 or 16408232. OLE color: 16408232.

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

Color convert

RGB 168 94 250 -
CMYK 0.33 0.62 0 0.02
HSL 268.46º 0.94% 0.67% -
HSV(B) 268.46º 0.62% 0.98% -
XYZ 37.41 23.23 92.96 -
YUV 133.91 193.52 152.32 -
System Red Green Blue C M Y K H S L
Decimal 168 94 250 0.33 0.62 0 0.02 268.46 0.94 0.67
Hex A8 5E FA 21 3E 0 2 10C 5E 43
Octal 250 136 372 41 76 0 2 414 136 103
Binary 10101000 1011110 11111010 100001 111110 0 10 100001100 1011110 1000011

Color Harmonies of #A85EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EFA

Black with #A85EFA

Text Example


Text Example

White with #A85EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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