Html Css Color HEX #A572FB Medium Purple

📋 copy color: '#A572FB'

red 165 ◦ green 114 ◦ blue 251

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

Shades of Medium Purple #A572FB

Tints of Medium Purple #A572FB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 31.13%
G = 21.51%
B = 47.36%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A572FB (or 0xA572FB) is known color: Medium Purple. HEX triplet: A5, 72 and FB. RGB value is (165,114,251). Sum of RGB (Red+Green+Blue) = 165+114+251=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #A572FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A572FB is #5A8D04. Grayscale: #909090. Windows color (decimal): -5934341 or 16478885. OLE color: 16478885.

HSL color Cylindrical-coordinate representation of color #A572FB: hue angle of 262.34º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A572FB is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 114 251 -
CMYK 0.34 0.55 0 0.02
HSL 262.34º 0.94% 0.72% -
HSV(B) 262.34º 0.55% 0.98% -
XYZ 38.95 27 94.43 -
YUV 144.87 187.9 142.36 -
System Red Green Blue C M Y K H S L
Decimal 165 114 251 0.34 0.55 0 0.02 262.34 0.94 0.72
Hex A5 72 FB 22 37 0 2 106 5E 48
Octal 245 162 373 42 67 0 2 406 136 110
Binary 10100101 1110010 11111011 100010 110111 0 10 100000110 1011110 1001000

Color Harmonies of #A572FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A572FB

Black with #A572FB

Text Example


Text Example

White with #A572FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A572FB; }

 p { color: rgb(165,114,251); }

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

background-color css

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

 a { background-color: rgb(165,114,251); }

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

border-color css

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

 span { border-color: rgb(165,114,251); }

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