Html Css Color HEX #A265EE Medium Purple

📋 copy color: '#A265EE'

red 162 ◦ green 101 ◦ blue 238

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

Shades of Medium Purple #A265EE

Tints of Medium Purple #A265EE

RGB

 RED value IS 162 (63.67% from 255) = 32.34%

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

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

R = 32.34%
G = 20.16%
B = 47.5%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A265EE (or 0xA265EE) is known color: Medium Purple. HEX triplet: A2, 65 and EE. RGB value is (162,101,238). Sum of RGB (Red+Green+Blue) = 162+101+238=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #A265EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265EE is #5D9A11. Grayscale: #868686. Windows color (decimal): -6134290 or 15623586. OLE color: 15623586.

HSL color Cylindrical-coordinate representation of color #A265EE: hue angle of 266.72º 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 #A265EE is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 101 238 -
CMYK 0.32 0.58 0 0.07
HSL 266.72º 0.8% 0.66% -
HSV(B) 266.72º 0.58% 0.93% -
XYZ 34.99 23.16 83.52 -
YUV 134.86 186.21 147.36 -
System Red Green Blue C M Y K H S L
Decimal 162 101 238 0.32 0.58 0 0.07 266.72 0.8 0.66
Hex A2 65 EE 20 3A 0 7 10B 50 42
Octal 242 145 356 40 72 0 7 413 120 102
Binary 10100010 1100101 11101110 100000 111010 0 111 100001011 1010000 1000010

Color Harmonies of #A265EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265EE

Black with #A265EE

Text Example


Text Example

White with #A265EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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