Html Css Color HEX #A18CBD Cold Purple

📋 copy color: '#A18CBD'

red 161 ◦ green 140 ◦ blue 189

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

Shades of Cold Purple #A18CBD

Tints of Cold Purple #A18CBD

RGB

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

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

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

R = 32.86%
G = 28.57%
B = 38.57%

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

#A18CBD (or 0xA18CBD) is known color: Cold Purple. HEX triplet: A1, 8C and BD. RGB value is (161,140,189). Sum of RGB (Red+Green+Blue) = 161+140+189=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBD is #5E7342. Grayscale: #979797. Windows color (decimal): -6189891 or 12422305. OLE color: 12422305.

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

Color convert

RGB 161 140 189 -
CMYK 0.15 0.26 0 0.26
HSL 265.71º 0.27% 0.65% -
HSV(B) 265.71º 0.26% 0.74% -
XYZ 33.26 30.01 52.18 -
YUV 151.87 148.96 134.52 -
System Red Green Blue C M Y K H S L
Decimal 161 140 189 0.15 0.26 0 0.26 265.71 0.27 0.65
Hex A1 8C BD F 1A 0 1A 10A 1B 41
Octal 241 214 275 17 32 0 32 412 33 101
Binary 10100001 10001100 10111101 1111 11010 0 11010 100001010 11011 1000001

Color Harmonies of #A18CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBD

Black with #A18CBD

Text Example


Text Example

White with #A18CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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