Html Css Color HEX #A85BF4 Medium Purple

📋 copy color: '#A85BF4'

red 168 ◦ green 91 ◦ blue 244

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

Shades of Medium Purple #A85BF4

Tints of Medium Purple #A85BF4

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.09%

 BLUE value IS 244 (95.7% from 255) = 48.51%

R = 33.4%
G = 18.09%
B = 48.51%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A85BF4 (or 0xA85BF4) is known color: Medium Purple. HEX triplet: A8, 5B and F4. RGB value is (168,91,244). Sum of RGB (Red+Green+Blue) = 168+91+244=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 91 (35.94% from 255 or 18.09% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #A85BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85BF4 is #57A40B. Grayscale: #828282. Windows color (decimal): -5743628 or 16014248. OLE color: 16014248.

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

Color convert

RGB 168 91 244 -
CMYK 0.31 0.63 0 0.04
HSL 270.2º 0.87% 0.66% -
HSV(B) 270.2º 0.63% 0.96% -
XYZ 36.22 22.34 87.99 -
YUV 131.47 191.51 154.06 -
System Red Green Blue C M Y K H S L
Decimal 168 91 244 0.31 0.63 0 0.04 270.2 0.87 0.66
Hex A8 5B F4 1F 3F 0 4 10E 57 42
Octal 250 133 364 37 77 0 4 416 127 102
Binary 10101000 1011011 11110100 11111 111111 0 100 100001110 1010111 1000010

Color Harmonies of #A85BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BF4

Black with #A85BF4

Text Example


Text Example

White with #A85BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BF4; }

 p { color: rgb(168,91,244); }

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

background-color css

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

 a { background-color: rgb(168,91,244); }

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

border-color css

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

 span { border-color: rgb(168,91,244); }

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