Html Css Color HEX #A352FE Medium Purple

📋 copy color: '#A352FE'

red 163 ◦ green 82 ◦ blue 254

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

Shades of Medium Purple #A352FE

Tints of Medium Purple #A352FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 32.67%
G = 16.43%
B = 50.9%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A352FE (or 0xA352FE) is known color: Medium Purple. HEX triplet: A3, 52 and FE. RGB value is (163,82,254). Sum of RGB (Red+Green+Blue) = 163+82+254=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A352FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FE is #5CAD01. Grayscale: #7D7D7D. Windows color (decimal): -6073602 or 16667299. OLE color: 16667299.

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

Color convert

RGB 163 82 254 -
CMYK 0.36 0.68 0 0.00
HSL 268.26º 0.99% 0.66% -
HSV(B) 268.26º 0.68% 1% -
XYZ 36.01 20.98 95.92 -
YUV 125.83 200.34 154.51 -
System Red Green Blue C M Y K H S L
Decimal 163 82 254 0.36 0.68 0 0.00 268.26 0.99 0.66
Hex A3 52 FE 24 44 0 0 10C 63 42
Octal 243 122 376 44 104 0 0 414 143 102
Binary 10100011 1010010 11111110 100100 1000100 0 0 100001100 1100011 1000010

Color Harmonies of #A352FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352FE

Black with #A352FE

Text Example


Text Example

White with #A352FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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