Html Css Color HEX #A352FF Medium Purple

📋 copy color: '#A352FF'

red 163 ◦ green 82 ◦ blue 255

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

Shades of Medium Purple #A352FF

Tints of Medium Purple #A352FF

RGB

 RED value IS 163 (64.06% from 255) = 32.6%

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

 BLUE value IS 255 (100% from 255) = 51%

R = 32.6%
G = 16.4%
B = 51%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A352FF (or 0xA352FF) is known color: Medium Purple. HEX triplet: A3, 52 and FF. RGB value is (163,82,255). Sum of RGB (Red+Green+Blue) = 163+82+255=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A352FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FF is #5CAD00. Grayscale: #7D7D7D. Windows color (decimal): -6073601 or 16732835. OLE color: 16732835.

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

Color convert

RGB 163 82 255 -
CMYK 0.36 0.68 0 0
HSL 268.09º 1% 0.66% -
HSV(B) 268.09º 0.68% 1% -
XYZ 36.17 21.04 96.76 -
YUV 125.94 200.84 154.43 -
System Red Green Blue C M Y K H S L
Decimal 163 82 255 0.36 0.68 0 0 268.09 1 0.66
Hex A3 52 FF 24 44 0 0 10C 64 42
Octal 243 122 377 44 104 0 0 414 144 102
Binary 10100011 1010010 11111111 100100 1000100 0 0 100001100 1100100 1000010

Color Harmonies of #A352FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352FF

Black with #A352FF

Text Example


Text Example

White with #A352FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352FF; }

 p { color: rgb(163,82,255); }

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

background-color css

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

 a { background-color: rgb(163,82,255); }

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

border-color css

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

 span { border-color: rgb(163,82,255); }

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