Html Css Color HEX #A253FC Medium Purple

📋 copy color: '#A253FC'

red 162 ◦ green 83 ◦ blue 252

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

Shades of Medium Purple #A253FC

Tints of Medium Purple #A253FC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.7%

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

R = 32.6%
G = 16.7%
B = 50.7%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A253FC (or 0xA253FC) is known color: Medium Purple. HEX triplet: A2, 53 and FC. RGB value is (162,83,252). Sum of RGB (Red+Green+Blue) = 162+83+252=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 83 (32.81% from 255 or 16.70% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A253FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253FC is #5DAC03. Grayscale: #7D7D7D. Windows color (decimal): -6138884 or 16536482. OLE color: 16536482.

HSL color Cylindrical-coordinate representation of color #A253FC: hue angle of 268.05º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A253FC is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 83 252 -
CMYK 0.36 0.67 0 0.01
HSL 268.05º 0.97% 0.66% -
HSV(B) 268.05º 0.67% 0.99% -
XYZ 35.56 20.9 94.25 -
YUV 125.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 162 83 252 0.36 0.67 0 0.01 268.05 0.97 0.66
Hex A2 53 FC 24 43 0 1 10C 61 42
Octal 242 123 374 44 103 0 1 414 141 102
Binary 10100010 1010011 11111100 100100 1000011 0 1 100001100 1100001 1000010

Color Harmonies of #A253FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253FC

Black with #A253FC

Text Example


Text Example

White with #A253FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253FC; }

 p { color: rgb(162,83,252); }

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

background-color css

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

 a { background-color: rgb(162,83,252); }

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

border-color css

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

 span { border-color: rgb(162,83,252); }

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