Html Css Color HEX #A552FC Medium Purple

📋 copy color: '#A552FC'

red 165 ◦ green 82 ◦ blue 252

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

Shades of Medium Purple #A552FC

Tints of Medium Purple #A552FC

RGB

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

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

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

R = 33.07%
G = 16.43%
B = 50.5%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A552FC (or 0xA552FC) is known color: Medium Purple. HEX triplet: A5, 52 and FC. RGB value is (165,82,252). Sum of RGB (Red+Green+Blue) = 165+82+252=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #A552FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A552FC is #5AAD03. Grayscale: #7D7D7D. Windows color (decimal): -5942532 or 16536229. OLE color: 16536229.

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

Color convert

RGB 165 82 252 -
CMYK 0.35 0.67 0 0.01
HSL 269.29º 0.97% 0.65% -
HSV(B) 269.29º 0.67% 0.99% -
XYZ 36.11 21.06 94.26 -
YUV 126.2 199 155.68 -
System Red Green Blue C M Y K H S L
Decimal 165 82 252 0.35 0.67 0 0.01 269.29 0.97 0.65
Hex A5 52 FC 23 43 0 1 10D 61 41
Octal 245 122 374 43 103 0 1 415 141 101
Binary 10100101 1010010 11111100 100011 1000011 0 1 100001101 1100001 1000001

Color Harmonies of #A552FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A552FC

Black with #A552FC

Text Example


Text Example

White with #A552FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A552FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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