Html Css Color HEX #A868E6 Medium Purple

📋 copy color: '#A868E6'

red 168 ◦ green 104 ◦ blue 230

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

Shades of Medium Purple #A868E6

Tints of Medium Purple #A868E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 33.47%
G = 20.72%
B = 45.82%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A868E6 (or 0xA868E6) is known color: Medium Purple. HEX triplet: A8, 68 and E6. RGB value is (168,104,230). Sum of RGB (Red+Green+Blue) = 168+104+230=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #A868E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868E6 is #579719. Grayscale: #898989. Windows color (decimal): -5740314 or 15100072. OLE color: 15100072.

HSL color Cylindrical-coordinate representation of color #A868E6: hue angle of 270.48º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A868E6 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 104 230 -
CMYK 0.27 0.55 0 0.10
HSL 270.48º 0.72% 0.65% -
HSV(B) 270.48º 0.55% 0.9% -
XYZ 35.38 23.94 77.62 -
YUV 137.5 180.2 149.75 -
System Red Green Blue C M Y K H S L
Decimal 168 104 230 0.27 0.55 0 0.10 270.48 0.72 0.65
Hex A8 68 E6 1B 37 0 A 10E 48 41
Octal 250 150 346 33 67 0 12 416 110 101
Binary 10101000 1101000 11100110 11011 110111 0 1010 100001110 1001000 1000001

Color Harmonies of #A868E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868E6

Black with #A868E6

Text Example


Text Example

White with #A868E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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