Html Css Color HEX #A972FB Medium Purple

📋 copy color: '#A972FB'

red 169 ◦ green 114 ◦ blue 251

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

Shades of Medium Purple #A972FB

Tints of Medium Purple #A972FB

RGB

 RED value IS 169 (66.41% from 255) = 31.65%

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

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

R = 31.65%
G = 21.35%
B = 47%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A972FB (or 0xA972FB) is known color: Medium Purple. HEX triplet: A9, 72 and FB. RGB value is (169,114,251). Sum of RGB (Red+Green+Blue) = 169+114+251=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #A972FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A972FB is #568D04. Grayscale: #919191. Windows color (decimal): -5672197 or 16478889. OLE color: 16478889.

HSL color Cylindrical-coordinate representation of color #A972FB: hue angle of 264.09º 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 #A972FB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 114 251 -
CMYK 0.33 0.55 0 0.02
HSL 264.09º 0.94% 0.72% -
HSV(B) 264.09º 0.55% 0.98% -
XYZ 39.79 27.43 94.46 -
YUV 146.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 169 114 251 0.33 0.55 0 0.02 264.09 0.94 0.72
Hex A9 72 FB 21 37 0 2 108 5E 48
Octal 251 162 373 41 67 0 2 410 136 110
Binary 10101001 1110010 11111011 100001 110111 0 10 100001000 1011110 1001000

Color Harmonies of #A972FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972FB

Black with #A972FB

Text Example


Text Example

White with #A972FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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