Html Css Color HEX #A18EBE Cold Purple

📋 copy color: '#A18EBE'

red 161 ◦ green 142 ◦ blue 190

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

Shades of Cold Purple #A18EBE

Tints of Cold Purple #A18EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.54%

R = 32.66%
G = 28.8%
B = 38.54%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18EBE (or 0xA18EBE) is known color: Cold Purple. HEX triplet: A1, 8E and BE. RGB value is (161,142,190). Sum of RGB (Red+Green+Blue) = 161+142+190=493 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.66% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBE is #5E7141. Grayscale: #989898. Windows color (decimal): -6189378 or 12488353. OLE color: 12488353.

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

Color convert

RGB 161 142 190 -
CMYK 0.15 0.25 0 0.25
HSL 263.75º 0.27% 0.65% -
HSV(B) 263.75º 0.25% 0.75% -
XYZ 33.67 30.64 52.86 -
YUV 153.15 148.79 133.6 -
System Red Green Blue C M Y K H S L
Decimal 161 142 190 0.15 0.25 0 0.25 263.75 0.27 0.65
Hex A1 8E BE F 19 0 19 108 1B 41
Octal 241 216 276 17 31 0 31 410 33 101
Binary 10100001 10001110 10111110 1111 11001 0 11001 100001000 11011 1000001

Color Harmonies of #A18EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18EBE

Black with #A18EBE

Text Example


Text Example

White with #A18EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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