Html Css Color HEX #A886F3 Medium Purple

📋 copy color: '#A886F3'

red 168 ◦ green 134 ◦ blue 243

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

Shades of Medium Purple #A886F3

Tints of Medium Purple #A886F3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.59%

 BLUE value IS 243 (95.31% from 255) = 44.59%

R = 30.83%
G = 24.59%
B = 44.59%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A886F3 (or 0xA886F3) is known color: Medium Purple. HEX triplet: A8, 86 and F3. RGB value is (168,134,243). Sum of RGB (Red+Green+Blue) = 168+134+243=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #A886F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886F3 is #57790C. Grayscale: #9C9C9C. Windows color (decimal): -5732621 or 15959720. OLE color: 15959720.

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

Color convert

RGB 168 134 243 -
CMYK 0.31 0.45 0 0.05
HSL 258.72º 0.82% 0.74% -
HSV(B) 258.72º 0.45% 0.95% -
XYZ 40.85 31.85 88.79 -
YUV 156.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 168 134 243 0.31 0.45 0 0.05 258.72 0.82 0.74
Hex A8 86 F3 1F 2D 0 5 103 52 4A
Octal 250 206 363 37 55 0 5 403 122 112
Binary 10101000 10000110 11110011 11111 101101 0 101 100000011 1010010 1001010

Color Harmonies of #A886F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A886F3

Black with #A886F3

Text Example


Text Example

White with #A886F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A886F3; }

 p { color: rgb(168,134,243); }

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

background-color css

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

 a { background-color: rgb(168,134,243); }

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

border-color css

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

 span { border-color: rgb(168,134,243); }

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