Html Css Color HEX #A17BDB Medium Purple

📋 copy color: '#A17BDB'

red 161 ◦ green 123 ◦ blue 219

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

Shades of Medium Purple #A17BDB

Tints of Medium Purple #A17BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 32.01%
G = 24.45%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A17BDB (or 0xA17BDB) is known color: Medium Purple. HEX triplet: A1, 7B and DB. RGB value is (161,123,219). Sum of RGB (Red+Green+Blue) = 161+123+219=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #A17BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17BDB is #5E8424. Grayscale: #909090. Windows color (decimal): -6194213 or 14384033. OLE color: 14384033.

HSL color Cylindrical-coordinate representation of color #A17BDB: hue angle of 263.75º degrees, saturation: 0.57, 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 #A17BDB is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 123 219 -
CMYK 0.26 0.44 0 0.14
HSL 263.75º 0.57% 0.67% -
HSV(B) 263.75º 0.44% 0.86% -
XYZ 34.57 26.86 70.38 -
YUV 145.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 161 123 219 0.26 0.44 0 0.14 263.75 0.57 0.67
Hex A1 7B DB 1A 2C 0 E 108 39 43
Octal 241 173 333 32 54 0 16 410 71 103
Binary 10100001 1111011 11011011 11010 101100 0 1110 100001000 111001 1000011

Color Harmonies of #A17BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BDB

Black with #A17BDB

Text Example


Text Example

White with #A17BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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