Html Css Color HEX #A17BDC Medium Purple

📋 copy color: '#A17BDC'

red 161 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #A17BDC

Tints of Medium Purple #A17BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.4%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 31.94%
G = 24.4%
B = 43.65%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A17BDC (or 0xA17BDC) is known color: Medium Purple. HEX triplet: A1, 7B and DC. RGB value is (161,123,220). Sum of RGB (Red+Green+Blue) = 161+123+220=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #A17BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDC is #5E8423. Grayscale: #919191. Windows color (decimal): -6194212 or 14449569. OLE color: 14449569.

HSL color Cylindrical-coordinate representation of color #A17BDC: hue angle of 263.51º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17BDC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 123 220 -
CMYK 0.27 0.44 0 0.14
HSL 263.51º 0.58% 0.67% -
HSV(B) 263.51º 0.44% 0.86% -
XYZ 34.7 26.91 71.08 -
YUV 145.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 161 123 220 0.27 0.44 0 0.14 263.51 0.58 0.67
Hex A1 7B DC 1B 2C 0 E 108 3A 43
Octal 241 173 334 33 54 0 16 410 72 103
Binary 10100001 1111011 11011100 11011 101100 0 1110 100001000 111010 1000011

Color Harmonies of #A17BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BDC

Black with #A17BDC

Text Example


Text Example

White with #A17BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BDC; }

 p { color: rgb(161,123,220); }

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

background-color css

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

 a { background-color: rgb(161,123,220); }

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

border-color css

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

 span { border-color: rgb(161,123,220); }

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