Html Css Color HEX #A562EB Medium Purple

📋 copy color: '#A562EB'

red 165 ◦ green 98 ◦ blue 235

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

Shades of Medium Purple #A562EB

Tints of Medium Purple #A562EB

RGB

 RED value IS 165 (64.84% from 255) = 33.13%

 GREEN value IS 98 (38.67% from 255) = 19.68%

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

R = 33.13%
G = 19.68%
B = 47.19%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A562EB (or 0xA562EB) is known color: Medium Purple. HEX triplet: A5, 62 and EB. RGB value is (165,98,235). Sum of RGB (Red+Green+Blue) = 165+98+235=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 98 (38.67% from 255 or 19.68% 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 #A562EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562EB is #5A9D14. Grayscale: #858585. Windows color (decimal): -5938453 or 15426213. OLE color: 15426213.

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

Color convert

RGB 165 98 235 -
CMYK 0.30 0.58 0 0.08
HSL 269.34º 0.77% 0.65% -
HSV(B) 269.34º 0.58% 0.92% -
XYZ 34.88 22.73 81.15 -
YUV 133.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 165 98 235 0.30 0.58 0 0.08 269.34 0.77 0.65
Hex A5 62 EB 1E 3A 0 8 10D 4D 41
Octal 245 142 353 36 72 0 10 415 115 101
Binary 10100101 1100010 11101011 11110 111010 0 1000 100001101 1001101 1000001

Color Harmonies of #A562EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562EB

Black with #A562EB

Text Example


Text Example

White with #A562EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562EB; }

 p { color: rgb(165,98,235); }

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

background-color css

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

 a { background-color: rgb(165,98,235); }

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

border-color css

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

 span { border-color: rgb(165,98,235); }

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