Html Css Color HEX #A265EB Medium Purple

📋 copy color: '#A265EB'

red 162 ◦ green 101 ◦ blue 235

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

Shades of Medium Purple #A265EB

Tints of Medium Purple #A265EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 32.53%
G = 20.28%
B = 47.19%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A265EB (or 0xA265EB) is known color: Medium Purple. HEX triplet: A2, 65 and EB. RGB value is (162,101,235). Sum of RGB (Red+Green+Blue) = 162+101+235=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #A265EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265EB is #5D9A14. Grayscale: #868686. Windows color (decimal): -6134293 or 15426978. OLE color: 15426978.

HSL color Cylindrical-coordinate representation of color #A265EB: hue angle of 267.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A265EB is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 101 235 -
CMYK 0.31 0.57 0 0.08
HSL 267.31º 0.77% 0.66% -
HSV(B) 267.31º 0.57% 0.92% -
XYZ 34.55 22.99 81.21 -
YUV 134.52 184.71 147.6 -
System Red Green Blue C M Y K H S L
Decimal 162 101 235 0.31 0.57 0 0.08 267.31 0.77 0.66
Hex A2 65 EB 1F 39 0 8 10B 4D 42
Octal 242 145 353 37 71 0 10 413 115 102
Binary 10100010 1100101 11101011 11111 111001 0 1000 100001011 1001101 1000010

Color Harmonies of #A265EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265EB

Black with #A265EB

Text Example


Text Example

White with #A265EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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