Html Css Color HEX #A752FC Medium Purple

📋 copy color: '#A752FC'

red 167 ◦ green 82 ◦ blue 252

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

Shades of Medium Purple #A752FC

Tints of Medium Purple #A752FC

RGB

 RED value IS 167 (65.63% from 255) = 33.33%

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

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

R = 33.33%
G = 16.37%
B = 50.3%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A752FC (or 0xA752FC) is known color: Medium Purple. HEX triplet: A7, 52 and FC. RGB value is (167,82,252). Sum of RGB (Red+Green+Blue) = 167+82+252=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #A752FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A752FC is #58AD03. Grayscale: #7E7E7E. Windows color (decimal): -5811460 or 16536231. OLE color: 16536231.

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

Color convert

RGB 167 82 252 -
CMYK 0.34 0.67 0 0.01
HSL 270º 0.97% 0.65% -
HSV(B) 270º 0.67% 0.99% -
XYZ 36.52 21.28 94.28 -
YUV 126.8 198.66 156.68 -
System Red Green Blue C M Y K H S L
Decimal 167 82 252 0.34 0.67 0 0.01 270 0.97 0.65
Hex A7 52 FC 22 43 0 1 10E 61 41
Octal 247 122 374 42 103 0 1 416 141 101
Binary 10100111 1010010 11111100 100010 1000011 0 1 100001110 1100001 1000001

Color Harmonies of #A752FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A752FC

Black with #A752FC

Text Example


Text Example

White with #A752FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A752FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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