Html Css Color HEX #A18CBB Cold Purple

📋 copy color: '#A18CBB'

red 161 ◦ green 140 ◦ blue 187

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

Shades of Cold Purple #A18CBB

Tints of Cold Purple #A18CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 32.99%
G = 28.69%
B = 38.32%

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

#A18CBB (or 0xA18CBB) is known color: Cold Purple. HEX triplet: A1, 8C and BB. RGB value is (161,140,187). Sum of RGB (Red+Green+Blue) = 161+140+187=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #A18CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBB is #5E7344. Grayscale: #979797. Windows color (decimal): -6189893 or 12291233. OLE color: 12291233.

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

Color convert

RGB 161 140 187 -
CMYK 0.14 0.25 0 0.27
HSL 266.81º 0.26% 0.64% -
HSV(B) 266.81º 0.25% 0.73% -
XYZ 33.05 29.92 51.05 -
YUV 151.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 161 140 187 0.14 0.25 0 0.27 266.81 0.26 0.64
Hex A1 8C BB E 19 0 1B 10B 1A 40
Octal 241 214 273 16 31 0 33 413 32 100
Binary 10100001 10001100 10111011 1110 11001 0 11011 100001011 11010 1000000

Color Harmonies of #A18CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBB

Black with #A18CBB

Text Example


Text Example

White with #A18CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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