Html Css Color HEX #A885F4 Medium Purple

📋 copy color: '#A885F4'

red 168 ◦ green 133 ◦ blue 244

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

Shades of Medium Purple #A885F4

Tints of Medium Purple #A885F4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

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

R = 30.83%
G = 24.4%
B = 44.77%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A885F4 (or 0xA885F4) is known color: Medium Purple. HEX triplet: A8, 85 and F4. RGB value is (168,133,244). Sum of RGB (Red+Green+Blue) = 168+133+244=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #A885F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F4 is #577A0B. Grayscale: #9B9B9B. Windows color (decimal): -5732876 or 16025000. OLE color: 16025000.

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

Color convert

RGB 168 133 244 -
CMYK 0.31 0.45 0 0.04
HSL 258.92º 0.83% 0.74% -
HSV(B) 258.92º 0.45% 0.96% -
XYZ 40.87 31.63 89.54 -
YUV 156.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 168 133 244 0.31 0.45 0 0.04 258.92 0.83 0.74
Hex A8 85 F4 1F 2D 0 4 103 53 4A
Octal 250 205 364 37 55 0 4 403 123 112
Binary 10101000 10000101 11110100 11111 101101 0 100 100000011 1010011 1001010

Color Harmonies of #A885F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885F4

Black with #A885F4

Text Example


Text Example

White with #A885F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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