Html Css Color HEX #A868E7 Medium Purple

📋 copy color: '#A868E7'

red 168 ◦ green 104 ◦ blue 231

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

Shades of Medium Purple #A868E7

Tints of Medium Purple #A868E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 33.4%
G = 20.68%
B = 45.92%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A868E7 (or 0xA868E7) is known color: Medium Purple. HEX triplet: A8, 68 and E7. RGB value is (168,104,231). Sum of RGB (Red+Green+Blue) = 168+104+231=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #A868E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868E7 is #579718. Grayscale: #898989. Windows color (decimal): -5740313 or 15165608. OLE color: 15165608.

HSL color Cylindrical-coordinate representation of color #A868E7: hue angle of 270.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A868E7 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 104 231 -
CMYK 0.27 0.55 0 0.09
HSL 270.24º 0.73% 0.66% -
HSV(B) 270.24º 0.55% 0.91% -
XYZ 35.52 23.99 78.36 -
YUV 137.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 168 104 231 0.27 0.55 0 0.09 270.24 0.73 0.66
Hex A8 68 E7 1B 37 0 9 10E 49 42
Octal 250 150 347 33 67 0 11 416 111 102
Binary 10101000 1101000 11100111 11011 110111 0 1001 100001110 1001001 1000010

Color Harmonies of #A868E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868E7

Black with #A868E7

Text Example


Text Example

White with #A868E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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