Html Css Color HEX #A252FD Medium Purple

📋 copy color: '#A252FD'

red 162 ◦ green 82 ◦ blue 253

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

Shades of Medium Purple #A252FD

Tints of Medium Purple #A252FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.5%

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

R = 32.6%
G = 16.5%
B = 50.91%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A252FD (or 0xA252FD) is known color: Medium Purple. HEX triplet: A2, 52 and FD. RGB value is (162,82,253). Sum of RGB (Red+Green+Blue) = 162+82+253=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #A252FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A252FD is #5DAD02. Grayscale: #7C7C7C. Windows color (decimal): -6139139 or 16601762. OLE color: 16601762.

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

Color convert

RGB 162 82 253 -
CMYK 0.36 0.68 0 0.01
HSL 268.07º 0.98% 0.66% -
HSV(B) 268.07º 0.68% 0.99% -
XYZ 35.65 20.81 95.07 -
YUV 125.41 200 154.1 -
System Red Green Blue C M Y K H S L
Decimal 162 82 253 0.36 0.68 0 0.01 268.07 0.98 0.66
Hex A2 52 FD 24 44 0 1 10C 62 42
Octal 242 122 375 44 104 0 1 414 142 102
Binary 10100010 1010010 11111101 100100 1000100 0 1 100001100 1100010 1000010

Color Harmonies of #A252FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A252FD

Black with #A252FD

Text Example


Text Example

White with #A252FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A252FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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