Html Css Color HEX #A253F4 Medium Purple

📋 copy color: '#A253F4'

red 162 ◦ green 83 ◦ blue 244

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

Shades of Medium Purple #A253F4

Tints of Medium Purple #A253F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 49.9%

R = 33.13%
G = 16.97%
B = 49.9%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A253F4 (or 0xA253F4) is known color: Medium Purple. HEX triplet: A2, 53 and F4. RGB value is (162,83,244). Sum of RGB (Red+Green+Blue) = 162+83+244=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 83 (32.81% from 255 or 16.97% from 489); Blue value is 244 (95.70% from 255 or 49.90% from 489); Max value from RGB is 244 - color contains mainly: blue. Hex color #A253F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253F4 is #5DAC0B. Grayscale: #7C7C7C. Windows color (decimal): -6138892 or 16012194. OLE color: 16012194.

HSL color Cylindrical-coordinate representation of color #A253F4: hue angle of 269.44º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A253F4 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 83 244 -
CMYK 0.34 0.66 0 0.04
HSL 269.44º 0.88% 0.64% -
HSV(B) 269.44º 0.66% 0.96% -
XYZ 34.32 20.4 87.72 -
YUV 124.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 162 83 244 0.34 0.66 0 0.04 269.44 0.88 0.64
Hex A2 53 F4 22 42 0 4 10D 58 40
Octal 242 123 364 42 102 0 4 415 130 100
Binary 10100010 1010011 11110100 100010 1000010 0 100 100001101 1011000 1000000

Color Harmonies of #A253F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253F4

Black with #A253F4

Text Example


Text Example

White with #A253F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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