Html Css Color HEX #A18CBA Cold Purple

📋 copy color: '#A18CBA'

red 161 ◦ green 140 ◦ blue 186

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

Shades of Cold Purple #A18CBA

Tints of Cold Purple #A18CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.19%

R = 33.06%
G = 28.75%
B = 38.19%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A18CBA (or 0xA18CBA) is known color: Cold Purple. HEX triplet: A1, 8C and BA. RGB value is (161,140,186). Sum of RGB (Red+Green+Blue) = 161+140+186=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBA is #5E7345. Grayscale: #979797. Windows color (decimal): -6189894 or 12225697. OLE color: 12225697.

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

Color convert

RGB 161 140 186 -
CMYK 0.13 0.25 0 0.27
HSL 267.39º 0.25% 0.64% -
HSV(B) 267.39º 0.25% 0.73% -
XYZ 32.94 29.88 50.49 -
YUV 151.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 161 140 186 0.13 0.25 0 0.27 267.39 0.25 0.64
Hex A1 8C BA D 19 0 1B 10B 19 40
Octal 241 214 272 15 31 0 33 413 31 100
Binary 10100001 10001100 10111010 1101 11001 0 11011 100001011 11001 1000000

Color Harmonies of #A18CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBA

Black with #A18CBA

Text Example


Text Example

White with #A18CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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