Html Css Color HEX #A182D7 Medium Purple

📋 copy color: '#A182D7'

red 161 ◦ green 130 ◦ blue 215

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

Shades of Medium Purple #A182D7

Tints of Medium Purple #A182D7

RGB

 RED value IS 161 (63.28% from 255) = 31.82%

 GREEN value IS 130 (51.17% from 255) = 25.69%

 BLUE value IS 215 (84.38% from 255) = 42.49%

R = 31.82%
G = 25.69%
B = 42.49%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A182D7 (or 0xA182D7) is known color: Medium Purple. HEX triplet: A1, 82 and D7. RGB value is (161,130,215). Sum of RGB (Red+Green+Blue) = 161+130+215=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #A182D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182D7 is #5E7D28. Grayscale: #949494. Windows color (decimal): -6192425 or 14123681. OLE color: 14123681.

HSL color Cylindrical-coordinate representation of color #A182D7: hue angle of 261.88º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A182D7 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 130 215 -
CMYK 0.25 0.40 0 0.16
HSL 261.88º 0.52% 0.68% -
HSV(B) 261.88º 0.4% 0.84% -
XYZ 34.95 28.45 67.94 -
YUV 148.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 161 130 215 0.25 0.40 0 0.16 261.88 0.52 0.68
Hex A1 82 D7 19 28 0 10 106 34 44
Octal 241 202 327 31 50 0 20 406 64 104
Binary 10100001 10000010 11010111 11001 101000 0 10000 100000110 110100 1000100

Color Harmonies of #A182D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A182D7

Black with #A182D7

Text Example


Text Example

White with #A182D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A182D7; }

 p { color: rgb(161,130,215); }

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

background-color css

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

 a { background-color: rgb(161,130,215); }

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

border-color css

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

 span { border-color: rgb(161,130,215); }

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