Html Css Color HEX #A18DBE Cold Purple

📋 copy color: '#A18DBE'

red 161 ◦ green 141 ◦ blue 190

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

Shades of Cold Purple #A18DBE

Tints of Cold Purple #A18DBE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.66%

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

R = 32.72%
G = 28.66%
B = 38.62%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A18DBE (or 0xA18DBE) is known color: Cold Purple. HEX triplet: A1, 8D and BE. RGB value is (161,141,190). Sum of RGB (Red+Green+Blue) = 161+141+190=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DBE is #5E7241. Grayscale: #989898. Windows color (decimal): -6189634 or 12488097. OLE color: 12488097.

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

Color convert

RGB 161 141 190 -
CMYK 0.15 0.26 0 0.25
HSL 264.49º 0.27% 0.65% -
HSV(B) 264.49º 0.26% 0.75% -
XYZ 33.52 30.34 52.81 -
YUV 152.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 161 141 190 0.15 0.26 0 0.25 264.49 0.27 0.65
Hex A1 8D BE F 1A 0 19 108 1B 41
Octal 241 215 276 17 32 0 31 410 33 101
Binary 10100001 10001101 10111110 1111 11010 0 11001 100001000 11011 1000001

Color Harmonies of #A18DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DBE

Black with #A18DBE

Text Example


Text Example

White with #A18DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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