Html Css Color HEX #A17BDA Medium Purple

📋 copy color: '#A17BDA'

red 161 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A17BDA

Tints of Medium Purple #A17BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 32.07%
G = 24.5%
B = 43.43%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A17BDA (or 0xA17BDA) is known color: Medium Purple. HEX triplet: A1, 7B and DA. RGB value is (161,123,218). Sum of RGB (Red+Green+Blue) = 161+123+218=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A17BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDA is #5E8425. Grayscale: #909090. Windows color (decimal): -6194214 or 14318497. OLE color: 14318497.

HSL color Cylindrical-coordinate representation of color #A17BDA: hue angle of 264º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A17BDA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 123 218 -
CMYK 0.26 0.44 0 0.15
HSL 264º 0.56% 0.67% -
HSV(B) 264º 0.44% 0.85% -
XYZ 34.44 26.8 69.69 -
YUV 145.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 161 123 218 0.26 0.44 0 0.15 264 0.56 0.67
Hex A1 7B DA 1A 2C 0 F 108 38 43
Octal 241 173 332 32 54 0 17 410 70 103
Binary 10100001 1111011 11011010 11010 101100 0 1111 100001000 111000 1000011

Color Harmonies of #A17BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BDA

Black with #A17BDA

Text Example


Text Example

White with #A17BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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