Html Css Color HEX #A552FD Medium Purple

📋 copy color: '#A552FD'

red 165 ◦ green 82 ◦ blue 253

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

Shades of Medium Purple #A552FD

Tints of Medium Purple #A552FD

RGB

 RED value IS 165 (64.84% from 255) = 33%

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

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

R = 33%
G = 16.4%
B = 50.6%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A552FD (or 0xA552FD) is known color: Medium Purple. HEX triplet: A5, 52 and FD. RGB value is (165,82,253). Sum of RGB (Red+Green+Blue) = 165+82+253=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #A552FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552FD is #5AAD02. Grayscale: #7D7D7D. Windows color (decimal): -5942531 or 16601765. OLE color: 16601765.

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

Color convert

RGB 165 82 253 -
CMYK 0.35 0.68 0 0.01
HSL 269.12º 0.98% 0.66% -
HSV(B) 269.12º 0.68% 0.99% -
XYZ 36.26 21.13 95.09 -
YUV 126.31 199.5 155.6 -
System Red Green Blue C M Y K H S L
Decimal 165 82 253 0.35 0.68 0 0.01 269.12 0.98 0.66
Hex A5 52 FD 23 44 0 1 10D 62 42
Octal 245 122 375 43 104 0 1 415 142 102
Binary 10100101 1010010 11111101 100011 1000100 0 1 100001101 1100010 1000010

Color Harmonies of #A552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552FD

Black with #A552FD

Text Example


Text Example

White with #A552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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