Html Css Color HEX #A865EC Medium Purple

📋 copy color: '#A865EC'

red 168 ◦ green 101 ◦ blue 236

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

Shades of Medium Purple #A865EC

Tints of Medium Purple #A865EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20%

 BLUE value IS 236 (92.58% from 255) = 46.73%

R = 33.27%
G = 20%
B = 46.73%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A865EC (or 0xA865EC) is known color: Medium Purple. HEX triplet: A8, 65 and EC. RGB value is (168,101,236). Sum of RGB (Red+Green+Blue) = 168+101+236=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A865EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865EC is #579A13. Grayscale: #878787. Windows color (decimal): -5741076 or 15492520. OLE color: 15492520.

HSL color Cylindrical-coordinate representation of color #A865EC: hue angle of 269.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A865EC is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 101 236 -
CMYK 0.29 0.57 0 0.07
HSL 269.78º 0.78% 0.66% -
HSV(B) 269.78º 0.57% 0.93% -
XYZ 35.94 23.69 82.03 -
YUV 136.42 184.2 150.52 -
System Red Green Blue C M Y K H S L
Decimal 168 101 236 0.29 0.57 0 0.07 269.78 0.78 0.66
Hex A8 65 EC 1D 39 0 7 10E 4E 42
Octal 250 145 354 35 71 0 7 416 116 102
Binary 10101000 1100101 11101100 11101 111001 0 111 100001110 1001110 1000010

Color Harmonies of #A865EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865EC

Black with #A865EC

Text Example


Text Example

White with #A865EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865EC; }

 p { color: rgb(168,101,236); }

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

background-color css

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

 a { background-color: rgb(168,101,236); }

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

border-color css

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

 span { border-color: rgb(168,101,236); }

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