Html Css Color HEX #A869EF Medium Purple

📋 copy color: '#A869EF'

red 168 ◦ green 105 ◦ blue 239

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

Shades of Medium Purple #A869EF

Tints of Medium Purple #A869EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 32.81%
G = 20.51%
B = 46.68%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A869EF (or 0xA869EF) is known color: Medium Purple. HEX triplet: A8, 69 and EF. RGB value is (168,105,239). Sum of RGB (Red+Green+Blue) = 168+105+239=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #A869EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869EF is #579610. Grayscale: #8A8A8A. Windows color (decimal): -5740049 or 15690152. OLE color: 15690152.

HSL color Cylindrical-coordinate representation of color #A869EF: hue angle of 268.21º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A869EF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 105 239 -
CMYK 0.30 0.56 0 0.06
HSL 268.21º 0.81% 0.67% -
HSV(B) 268.21º 0.56% 0.94% -
XYZ 36.78 24.66 84.48 -
YUV 139.11 184.37 148.6 -
System Red Green Blue C M Y K H S L
Decimal 168 105 239 0.30 0.56 0 0.06 268.21 0.81 0.67
Hex A8 69 EF 1E 38 0 6 10C 51 43
Octal 250 151 357 36 70 0 6 414 121 103
Binary 10101000 1101001 11101111 11110 111000 0 110 100001100 1010001 1000011

Color Harmonies of #A869EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869EF

Black with #A869EF

Text Example


Text Example

White with #A869EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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