Html Css Color HEX #A562FA Medium Purple

📋 copy color: '#A562FA'

red 165 ◦ green 98 ◦ blue 250

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

Shades of Medium Purple #A562FA

Tints of Medium Purple #A562FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 32.16%
G = 19.1%
B = 48.73%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A562FA (or 0xA562FA) is known color: Medium Purple. HEX triplet: A5, 62 and FA. RGB value is (165,98,250). Sum of RGB (Red+Green+Blue) = 165+98+250=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A562FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562FA is #5A9D05. Grayscale: #868686. Windows color (decimal): -5938438 or 16409253. OLE color: 16409253.

HSL color Cylindrical-coordinate representation of color #A562FA: hue angle of 266.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A562FA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 98 250 -
CMYK 0.34 0.61 0 0.02
HSL 266.45º 0.94% 0.68% -
HSV(B) 266.45º 0.61% 0.98% -
XYZ 37.14 23.64 93.05 -
YUV 135.36 192.7 149.14 -
System Red Green Blue C M Y K H S L
Decimal 165 98 250 0.34 0.61 0 0.02 266.45 0.94 0.68
Hex A5 62 FA 22 3D 0 2 10A 5E 44
Octal 245 142 372 42 75 0 2 412 136 104
Binary 10100101 1100010 11111010 100010 111101 0 10 100001010 1011110 1000100

Color Harmonies of #A562FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562FA

Black with #A562FA

Text Example


Text Example

White with #A562FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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