Html Css Color HEX #A18CCE Cold Purple

📋 copy color: '#A18CCE'

red 161 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #A18CCE

Tints of Cold Purple #A18CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 31.76%
G = 27.61%
B = 40.63%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A18CCE (or 0xA18CCE) is known color: Cold Purple. HEX triplet: A1, 8C and CE. RGB value is (161,140,206). Sum of RGB (Red+Green+Blue) = 161+140+206=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #A18CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CCE is #5E7331. Grayscale: #999999. Windows color (decimal): -6189874 or 13536417. OLE color: 13536417.

HSL color Cylindrical-coordinate representation of color #A18CCE: hue angle of 259.09º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A18CCE is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 140 206 -
CMYK 0.22 0.32 0 0.19
HSL 259.09º 0.4% 0.68% -
HSV(B) 259.09º 0.32% 0.81% -
XYZ 35.22 30.79 62.48 -
YUV 153.8 157.46 133.13 -
System Red Green Blue C M Y K H S L
Decimal 161 140 206 0.22 0.32 0 0.19 259.09 0.4 0.68
Hex A1 8C CE 16 20 0 13 103 28 44
Octal 241 214 316 26 40 0 23 403 50 104
Binary 10100001 10001100 11001110 10110 100000 0 10011 100000011 101000 1000100

Color Harmonies of #A18CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CCE

Black with #A18CCE

Text Example


Text Example

White with #A18CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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