Html Css Color HEX #A18CBF Cold Purple

📋 copy color: '#A18CBF'

red 161 ◦ green 140 ◦ blue 191

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

Shades of Cold Purple #A18CBF

Tints of Cold Purple #A18CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.82%

R = 32.72%
G = 28.46%
B = 38.82%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18CBF (or 0xA18CBF) is known color: Cold Purple. HEX triplet: A1, 8C and BF. RGB value is (161,140,191). Sum of RGB (Red+Green+Blue) = 161+140+191=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #A18CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBF is #5E7340. Grayscale: #979797. Windows color (decimal): -6189889 or 12553377. OLE color: 12553377.

HSL color Cylindrical-coordinate representation of color #A18CBF: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A18CBF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 140 191 -
CMYK 0.16 0.27 0 0.25
HSL 264.71º 0.28% 0.65% -
HSV(B) 264.71º 0.27% 0.75% -
XYZ 33.48 30.09 53.33 -
YUV 152.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 161 140 191 0.16 0.27 0 0.25 264.71 0.28 0.65
Hex A1 8C BF 10 1B 0 19 109 1C 41
Octal 241 214 277 20 33 0 31 411 34 101
Binary 10100001 10001100 10111111 10000 11011 0 11001 100001001 11100 1000001

Color Harmonies of #A18CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBF

Black with #A18CBF

Text Example


Text Example

White with #A18CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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