Html Css Color HEX #A865EE Medium Purple

📋 copy color: '#A865EE'

red 168 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #A865EE

Tints of Medium Purple #A865EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 33.14%
G = 19.92%
B = 46.94%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A865EE (or 0xA865EE) is known color: Medium Purple. HEX triplet: A8, 65 and EE. RGB value is (168,101,238). Sum of RGB (Red+Green+Blue) = 168+101+238=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 101 (39.84% from 255 or 19.92% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #A865EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865EE is #579A11. Grayscale: #888888. Windows color (decimal): -5741074 or 15623592. OLE color: 15623592.

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

Color convert

RGB 168 101 238 -
CMYK 0.29 0.58 0 0.07
HSL 269.34º 0.8% 0.66% -
HSV(B) 269.34º 0.58% 0.93% -
XYZ 36.23 23.81 83.57 -
YUV 136.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 168 101 238 0.29 0.58 0 0.07 269.34 0.8 0.66
Hex A8 65 EE 1D 3A 0 7 10D 50 42
Octal 250 145 356 35 72 0 7 415 120 102
Binary 10101000 1100101 11101110 11101 111010 0 111 100001101 1010000 1000010

Color Harmonies of #A865EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865EE

Black with #A865EE

Text Example


Text Example

White with #A865EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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