Html Css Color HEX #A869E6 Medium Purple

📋 copy color: '#A869E6'

red 168 ◦ green 105 ◦ blue 230

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

Shades of Medium Purple #A869E6

Tints of Medium Purple #A869E6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.87%

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

R = 33.4%
G = 20.87%
B = 45.73%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A869E6 (or 0xA869E6) is known color: Medium Purple. HEX triplet: A8, 69 and E6. RGB value is (168,105,230). Sum of RGB (Red+Green+Blue) = 168+105+230=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #A869E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869E6 is #579619. Grayscale: #898989. Windows color (decimal): -5740058 or 15100328. OLE color: 15100328.

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

Color convert

RGB 168 105 230 -
CMYK 0.27 0.54 0 0.10
HSL 270.24º 0.71% 0.66% -
HSV(B) 270.24º 0.54% 0.9% -
XYZ 35.48 24.14 77.65 -
YUV 138.09 179.87 149.34 -
System Red Green Blue C M Y K H S L
Decimal 168 105 230 0.27 0.54 0 0.10 270.24 0.71 0.66
Hex A8 69 E6 1B 36 0 A 10E 47 42
Octal 250 151 346 33 66 0 12 416 107 102
Binary 10101000 1101001 11100110 11011 110110 0 1010 100001110 1000111 1000010

Color Harmonies of #A869E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869E6

Black with #A869E6

Text Example


Text Example

White with #A869E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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