Html Css Color HEX #A86AF1 Medium Purple

📋 copy color: '#A86AF1'

red 168 ◦ green 106 ◦ blue 241

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

Shades of Medium Purple #A86AF1

Tints of Medium Purple #A86AF1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.58%

 BLUE value IS 241 (94.53% from 255) = 46.8%

R = 32.62%
G = 20.58%
B = 46.8%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A86AF1 (or 0xA86AF1) is known color: Medium Purple. HEX triplet: A8, 6A and F1. RGB value is (168,106,241). Sum of RGB (Red+Green+Blue) = 168+106+241=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #A86AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86AF1 is #57950E. Grayscale: #8B8B8B. Windows color (decimal): -5739791 or 15821480. OLE color: 15821480.

HSL color Cylindrical-coordinate representation of color #A86AF1: hue angle of 267.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A86AF1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 106 241 -
CMYK 0.30 0.56 0 0.05
HSL 267.56º 0.83% 0.68% -
HSV(B) 267.56º 0.56% 0.95% -
XYZ 37.18 24.98 86.08 -
YUV 139.93 185.04 148.02 -
System Red Green Blue C M Y K H S L
Decimal 168 106 241 0.30 0.56 0 0.05 267.56 0.83 0.68
Hex A8 6A F1 1E 38 0 5 10C 53 44
Octal 250 152 361 36 70 0 5 414 123 104
Binary 10101000 1101010 11110001 11110 111000 0 101 100001100 1010011 1000100

Color Harmonies of #A86AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86AF1

Black with #A86AF1

Text Example


Text Example

White with #A86AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86AF1; }

 p { color: rgb(168,106,241); }

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

background-color css

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

 a { background-color: rgb(168,106,241); }

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

border-color css

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

 span { border-color: rgb(168,106,241); }

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