Html Css Color HEX #A18CC8 Cold Purple

📋 copy color: '#A18CC8'

red 161 ◦ green 140 ◦ blue 200

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

Shades of Cold Purple #A18CC8

Tints of Cold Purple #A18CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.92%

R = 32.14%
G = 27.94%
B = 39.92%

CMYK

 C value IS 0.19

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A18CC8 (or 0xA18CC8) is known color: Cold Purple. HEX triplet: A1, 8C and C8. RGB value is (161,140,200). Sum of RGB (Red+Green+Blue) = 161+140+200=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 200 - color contains mainly: blue. Hex color #A18CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CC8 is #5E7337. Grayscale: #989898. Windows color (decimal): -6189880 or 13143201. OLE color: 13143201.

HSL color Cylindrical-coordinate representation of color #A18CC8: hue angle of 261º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18CC8 is Cyan = 0.19, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 140 200 -
CMYK 0.19 0.3 0 0.22
HSL 261º 0.35% 0.67% -
HSV(B) 261º 0.3% 0.78% -
XYZ 34.5 30.5 58.71 -
YUV 153.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 161 140 200 0.19 0.3 0 0.22 261 0.35 0.67
Hex A1 8C C8 13 1E 0 16 105 23 43
Octal 241 214 310 23 36 0 26 405 43 103
Binary 10100001 10001100 11001000 10011 11110 0 10110 100000101 100011 1000011

Color Harmonies of #A18CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CC8

Black with #A18CC8

Text Example


Text Example

White with #A18CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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