Html Css Color HEX #A18BBD Cold Purple

📋 copy color: '#A18BBD'

red 161 ◦ green 139 ◦ blue 189

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

Shades of Cold Purple #A18BBD

Tints of Cold Purple #A18BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 32.92%
G = 28.43%
B = 38.65%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A18BBD (or 0xA18BBD) is known color: Cold Purple. HEX triplet: A1, 8B and BD. RGB value is (161,139,189). Sum of RGB (Red+Green+Blue) = 161+139+189=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BBD is #5E7442. Grayscale: #979797. Windows color (decimal): -6190147 or 12422049. OLE color: 12422049.

HSL color Cylindrical-coordinate representation of color #A18BBD: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A18BBD is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 139 189 -
CMYK 0.15 0.26 0 0.26
HSL 266.4º 0.27% 0.64% -
HSV(B) 266.4º 0.26% 0.74% -
XYZ 33.12 29.72 52.13 -
YUV 151.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 161 139 189 0.15 0.26 0 0.26 266.4 0.27 0.64
Hex A1 8B BD F 1A 0 1A 10A 1B 40
Octal 241 213 275 17 32 0 32 412 33 100
Binary 10100001 10001011 10111101 1111 11010 0 11010 100001010 11011 1000000

Color Harmonies of #A18BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BBD

Black with #A18BBD

Text Example


Text Example

White with #A18BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BBD; }

 p { color: rgb(161,139,189); }

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

background-color css

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

 a { background-color: rgb(161,139,189); }

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

border-color css

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

 span { border-color: rgb(161,139,189); }

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