#A48CC8

Color #A48CC8 Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A48CC8

Tints of Cold Purple #A48CC8

Color information

#A48CC8 (or 0xA48CC8) is unknown color: approx Cold Purple. HEX triplet: A4, 8C and C8. RGB value is (164,140,200). Sum of RGB (Red+Green+Blue) = 164+140+200=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #A48CC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CC8 is #5B7337. Grayscale: #999999. Windows color (decimal): -5993272 or 13143204. OLE color: 13143204.

HSL color Cylindrical-coordinate representation of color #A48CC8: hue angle of 264º 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 #A48CC8 is Cyan = 0.18, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB164140200-
CMYK0.180.300.22
HSL264º35.29%66.67%-
HSV(B)264º30%78.43%-
XYZ35.1130.8258.74-
YUV154.02153.95135.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 200 (78.52% from 255) = 39.68%
R=32.54%
G=27.78%
B=39.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641402000.180.300.2226435.2966.67
HexA48CC8121E0161082343
Octal244214310223602641043103
Binary10100100100011001100100010010111100101101000010001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48CC8; }

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

 H1.HeaderClassName
 {
   color: #A48CC8;
 }
 .AnyTagClassName
 {
   color: #A48CC8;
 }
</style>
background-color css

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

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

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

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

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

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