Html Css Color HEX #A85EF9 Medium Purple

📋 copy color: '#A85EF9'

red 168 ◦ green 94 ◦ blue 249

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

Shades of Medium Purple #A85EF9

Tints of Medium Purple #A85EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 32.88%
G = 18.4%
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

#A85EF9 (or 0xA85EF9) is known color: Medium Purple. HEX triplet: A8, 5E and F9. RGB value is (168,94,249). Sum of RGB (Red+Green+Blue) = 168+94+249=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #A85EF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85EF9 is #57A106. Grayscale: #858585. Windows color (decimal): -5742855 or 16342696. OLE color: 16342696.

HSL color Cylindrical-coordinate representation of color #A85EF9: hue angle of 268.65º degrees, saturation: 0.93, 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 #A85EF9 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 94 249 -
CMYK 0.33 0.62 0 0.02
HSL 268.65º 0.93% 0.67% -
HSV(B) 268.65º 0.62% 0.98% -
XYZ 37.25 23.17 92.13 -
YUV 133.8 193.02 152.4 -
System Red Green Blue C M Y K H S L
Decimal 168 94 249 0.33 0.62 0 0.02 268.65 0.93 0.67
Hex A8 5E F9 21 3E 0 2 10D 5D 43
Octal 250 136 371 41 76 0 2 415 135 103
Binary 10101000 1011110 11111001 100001 111110 0 10 100001101 1011101 1000011

Color Harmonies of #A85EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85EF9

Black with #A85EF9

Text Example


Text Example

White with #A85EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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