Html Css Color HEX #A18EBD Cold Purple

📋 copy color: '#A18EBD'

red 161 ◦ green 142 ◦ blue 189

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

Shades of Cold Purple #A18EBD

Tints of Cold Purple #A18EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

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

R = 32.72%
G = 28.86%
B = 38.41%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A18EBD (or 0xA18EBD) is known color: Cold Purple. HEX triplet: A1, 8E and BD. RGB value is (161,142,189). Sum of RGB (Red+Green+Blue) = 161+142+189=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #A18EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBD is #5E7142. Grayscale: #989898. Windows color (decimal): -6189379 or 12422817. OLE color: 12422817.

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

Color convert

RGB 161 142 189 -
CMYK 0.15 0.25 0 0.26
HSL 264.26º 0.26% 0.65% -
HSV(B) 264.26º 0.25% 0.74% -
XYZ 33.56 30.6 52.28 -
YUV 153.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 161 142 189 0.15 0.25 0 0.26 264.26 0.26 0.65
Hex A1 8E BD F 19 0 1A 108 1A 41
Octal 241 216 275 17 31 0 32 410 32 101
Binary 10100001 10001110 10111101 1111 11001 0 11010 100001000 11010 1000001

Color Harmonies of #A18EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EBD

Black with #A18EBD

Text Example


Text Example

White with #A18EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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