Html Css Color HEX #A562FC Medium Purple

📋 copy color: '#A562FC'

red 165 ◦ green 98 ◦ blue 252

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

Shades of Medium Purple #A562FC

Tints of Medium Purple #A562FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 32.04%
G = 19.03%
B = 48.93%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A562FC (or 0xA562FC) is known color: Medium Purple. HEX triplet: A5, 62 and FC. RGB value is (165,98,252). Sum of RGB (Red+Green+Blue) = 165+98+252=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A562FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A562FC is #5A9D03. Grayscale: #878787. Windows color (decimal): -5938436 or 16540325. OLE color: 16540325.

HSL color Cylindrical-coordinate representation of color #A562FC: hue angle of 266.1º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A562FC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 98 252 -
CMYK 0.35 0.61 0 0.01
HSL 266.1º 0.96% 0.69% -
HSV(B) 266.1º 0.61% 0.99% -
XYZ 37.46 23.76 94.71 -
YUV 135.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 165 98 252 0.35 0.61 0 0.01 266.1 0.96 0.69
Hex A5 62 FC 23 3D 0 1 10A 60 45
Octal 245 142 374 43 75 0 1 412 140 105
Binary 10100101 1100010 11111100 100011 111101 0 1 100001010 1100000 1000101

Color Harmonies of #A562FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A562FC

Black with #A562FC

Text Example


Text Example

White with #A562FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A562FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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