Html Css Color HEX #A85AF4 Medium Purple

📋 copy color: '#A85AF4'

red 168 ◦ green 90 ◦ blue 244

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

Shades of Medium Purple #A85AF4

Tints of Medium Purple #A85AF4

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 33.47%
G = 17.93%
B = 48.61%

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

#A85AF4 (or 0xA85AF4) is known color: Medium Purple. HEX triplet: A8, 5A and F4. RGB value is (168,90,244). Sum of RGB (Red+Green+Blue) = 168+90+244=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #A85AF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AF4 is #57A50B. Grayscale: #828282. Windows color (decimal): -5743884 or 16013992. OLE color: 16013992.

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

Color convert

RGB 168 90 244 -
CMYK 0.31 0.63 0 0.04
HSL 270.39º 0.88% 0.65% -
HSV(B) 270.39º 0.63% 0.96% -
XYZ 36.13 22.17 87.96 -
YUV 130.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 168 90 244 0.31 0.63 0 0.04 270.39 0.88 0.65
Hex A8 5A F4 1F 3F 0 4 10E 58 41
Octal 250 132 364 37 77 0 4 416 130 101
Binary 10101000 1011010 11110100 11111 111111 0 100 100001110 1011000 1000001

Color Harmonies of #A85AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AF4

Black with #A85AF4

Text Example


Text Example

White with #A85AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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