Html Css Color HEX #A18CBC Cold Purple

📋 copy color: '#A18CBC'

red 161 ◦ green 140 ◦ blue 188

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

Shades of Cold Purple #A18CBC

Tints of Cold Purple #A18CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.45%

R = 32.92%
G = 28.63%
B = 38.45%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A18CBC (or 0xA18CBC) is known color: Cold Purple. HEX triplet: A1, 8C and BC. RGB value is (161,140,188). Sum of RGB (Red+Green+Blue) = 161+140+188=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CBC is #5E7343. Grayscale: #979797. Windows color (decimal): -6189892 or 12356769. OLE color: 12356769.

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

Color convert

RGB 161 140 188 -
CMYK 0.14 0.26 0 0.26
HSL 266.25º 0.26% 0.64% -
HSV(B) 266.25º 0.26% 0.74% -
XYZ 33.15 29.96 51.61 -
YUV 151.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 161 140 188 0.14 0.26 0 0.26 266.25 0.26 0.64
Hex A1 8C BC E 1A 0 1A 10A 1A 40
Octal 241 214 274 16 32 0 32 412 32 100
Binary 10100001 10001100 10111100 1110 11010 0 11010 100001010 11010 1000000

Color Harmonies of #A18CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CBC

Black with #A18CBC

Text Example


Text Example

White with #A18CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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