Html Css Color HEX #A362FC Medium Purple

📋 copy color: '#A362FC'

red 163 ◦ green 98 ◦ blue 252

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

Shades of Medium Purple #A362FC

Tints of Medium Purple #A362FC

RGB

 RED value IS 163 (64.06% from 255) = 31.77%

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

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

R = 31.77%
G = 19.1%
B = 49.12%

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

#A362FC (or 0xA362FC) is known color: Medium Purple. HEX triplet: A3, 62 and FC. RGB value is (163,98,252). Sum of RGB (Red+Green+Blue) = 163+98+252=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A362FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A362FC is #5C9D03. Grayscale: #868686. Windows color (decimal): -6069508 or 16540323. OLE color: 16540323.

HSL color Cylindrical-coordinate representation of color #A362FC: hue angle of 265.32º 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 #A362FC is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 98 252 -
CMYK 0.35 0.61 0 0.01
HSL 265.32º 0.96% 0.69% -
HSV(B) 265.32º 0.61% 0.99% -
XYZ 37.04 23.55 94.69 -
YUV 134.99 194.03 147.98 -
System Red Green Blue C M Y K H S L
Decimal 163 98 252 0.35 0.61 0 0.01 265.32 0.96 0.69
Hex A3 62 FC 23 3D 0 1 109 60 45
Octal 243 142 374 43 75 0 1 411 140 105
Binary 10100011 1100010 11111100 100011 111101 0 1 100001001 1100000 1000101

Color Harmonies of #A362FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362FC

Black with #A362FC

Text Example


Text Example

White with #A362FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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