Html Css Color HEX #A18CBE Cold Purple

📋 copy color: '#A18CBE'

red 161 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #A18CBE

Tints of Cold Purple #A18CBE

RGB

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

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

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

R = 32.79%
G = 28.51%
B = 38.7%

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

#A18CBE (or 0xA18CBE) is known color: Cold Purple. HEX triplet: A1, 8C and BE. RGB value is (161,140,190). Sum of RGB (Red+Green+Blue) = 161+140+190=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A18CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBE is #5E7341. Grayscale: #979797. Windows color (decimal): -6189890 or 12487841. OLE color: 12487841.

HSL color Cylindrical-coordinate representation of color #A18CBE: hue angle of 265.2º degrees, saturation: 0.28, 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 #A18CBE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 140 190 -
CMYK 0.15 0.26 0 0.25
HSL 265.2º 0.28% 0.65% -
HSV(B) 265.2º 0.26% 0.75% -
XYZ 33.37 30.05 52.76 -
YUV 151.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 161 140 190 0.15 0.26 0 0.25 265.2 0.28 0.65
Hex A1 8C BE F 1A 0 19 109 1C 41
Octal 241 214 276 17 32 0 31 411 34 101
Binary 10100001 10001100 10111110 1111 11010 0 11001 100001001 11100 1000001

Color Harmonies of #A18CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBE

Black with #A18CBE

Text Example


Text Example

White with #A18CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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