Html Css Color HEX #A253FD Medium Purple

📋 copy color: '#A253FD'

red 162 ◦ green 83 ◦ blue 253

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

Shades of Medium Purple #A253FD

Tints of Medium Purple #A253FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 32.53%
G = 16.67%
B = 50.8%

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

#A253FD (or 0xA253FD) is known color: Medium Purple. HEX triplet: A2, 53 and FD. RGB value is (162,83,253). Sum of RGB (Red+Green+Blue) = 162+83+253=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 83 (32.81% from 255 or 16.67% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #A253FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A253FD is #5DAC02. Grayscale: #7D7D7D. Windows color (decimal): -6138883 or 16602018. OLE color: 16602018.

HSL color Cylindrical-coordinate representation of color #A253FD: hue angle of 267.88º degrees, saturation: 0.98, 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 #A253FD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 83 253 -
CMYK 0.36 0.67 0 0.01
HSL 267.88º 0.98% 0.66% -
HSV(B) 267.88º 0.67% 0.99% -
XYZ 35.72 20.96 95.09 -
YUV 126 199.67 153.68 -
System Red Green Blue C M Y K H S L
Decimal 162 83 253 0.36 0.67 0 0.01 267.88 0.98 0.66
Hex A2 53 FD 24 43 0 1 10C 62 42
Octal 242 123 375 44 103 0 1 414 142 102
Binary 10100010 1010011 11111101 100100 1000011 0 1 100001100 1100010 1000010

Color Harmonies of #A253FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A253FD

Black with #A253FD

Text Example


Text Example

White with #A253FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A253FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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