Html Css Color HEX #A868F3 Medium Purple

📋 copy color: '#A868F3'

red 168 ◦ green 104 ◦ blue 243

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

Shades of Medium Purple #A868F3

Tints of Medium Purple #A868F3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.19%

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

R = 32.62%
G = 20.19%
B = 47.18%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A868F3 (or 0xA868F3) is known color: Medium Purple. HEX triplet: A8, 68 and F3. RGB value is (168,104,243). Sum of RGB (Red+Green+Blue) = 168+104+243=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #A868F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868F3 is #57970C. Grayscale: #8A8A8A. Windows color (decimal): -5740301 or 15952040. OLE color: 15952040.

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

Color convert

RGB 168 104 243 -
CMYK 0.31 0.57 0 0.05
HSL 267.63º 0.85% 0.68% -
HSV(B) 267.63º 0.57% 0.95% -
XYZ 37.28 24.7 87.6 -
YUV 138.98 186.7 148.7 -
System Red Green Blue C M Y K H S L
Decimal 168 104 243 0.31 0.57 0 0.05 267.63 0.85 0.68
Hex A8 68 F3 1F 39 0 5 10C 55 44
Octal 250 150 363 37 71 0 5 414 125 104
Binary 10101000 1101000 11110011 11111 111001 0 101 100001100 1010101 1000100

Color Harmonies of #A868F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868F3

Black with #A868F3

Text Example


Text Example

White with #A868F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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