Html Css Color HEX #A18DBB Cold Purple

📋 copy color: '#A18DBB'

red 161 ◦ green 141 ◦ blue 187

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

Shades of Cold Purple #A18DBB

Tints of Cold Purple #A18DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.83%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 32.92%
G = 28.83%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A18DBB (or 0xA18DBB) is known color: Cold Purple. HEX triplet: A1, 8D and BB. RGB value is (161,141,187). Sum of RGB (Red+Green+Blue) = 161+141+187=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DBB is #5E7244. Grayscale: #989898. Windows color (decimal): -6189637 or 12291489. OLE color: 12291489.

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

Color convert

RGB 161 141 187 -
CMYK 0.14 0.25 0 0.27
HSL 266.09º 0.25% 0.64% -
HSV(B) 266.09º 0.25% 0.73% -
XYZ 33.19 30.21 51.1 -
YUV 152.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 161 141 187 0.14 0.25 0 0.27 266.09 0.25 0.64
Hex A1 8D BB E 19 0 1B 10A 19 40
Octal 241 215 273 16 31 0 33 412 31 100
Binary 10100001 10001101 10111011 1110 11001 0 11011 100001010 11001 1000000

Color Harmonies of #A18DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DBB

Black with #A18DBB

Text Example


Text Example

White with #A18DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DBB; }

 p { color: rgb(161,141,187); }

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

background-color css

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

 a { background-color: rgb(161,141,187); }

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

border-color css

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

 span { border-color: rgb(161,141,187); }

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