#A48FCA

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

Shades of Cold Purple #A48FCA

Tints of Cold Purple #A48FCA

Color information

#A48FCA (or 0xA48FCA) is unknown color: approx Cold Purple. HEX triplet: A4, 8F and CA. RGB value is (164,143,202). Sum of RGB (Red+Green+Blue) = 164+143+202=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 143 (56.25% from 255 or 28.09% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A48FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48FCA is #5B7035. Grayscale: #9B9B9B. Windows color (decimal): -5992502 or 13275044. OLE color: 13275044.

HSL color Cylindrical-coordinate representation of color #A48FCA: hue angle of 261.36º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A48FCA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164143202-
CMYK0.190.2900.21
HSL261.36º35.76%67.65%-
HSV(B)261.36º29.21%79.22%-
XYZ35.7931.860.13-
YUV156153.96133.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 143 (56.25% from 255) = 28.09%
BLUE value IS 202 (79.30% from 255) = 39.69%
R=32.22%
G=28.09%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641432020.190.2900.21261.3635.7667.65
HexA48FCA131D0151052444
Octal244217312233502540544104
Binary10100100100011111100101010011111010101011000001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48FCA; }

 p { color: rgb(164,143,202); }

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

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

 a { background-color: rgb(164,143,202); }

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

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

 span { border-color: rgb(164,143,202); }

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