#A48ACD

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

Shades of Cold Purple #A48ACD

Tints of Cold Purple #A48ACD

Color information

#A48ACD (or 0xA48ACD) is unknown color: approx Cold Purple. HEX triplet: A4, 8A and CD. RGB value is (164,138,205). Sum of RGB (Red+Green+Blue) = 164+138+205=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #A48ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ACD is #5B7532. Grayscale: #999999. Windows color (decimal): -5993779 or 13470372. OLE color: 13470372.

HSL color Cylindrical-coordinate representation of color #A48ACD: hue angle of 263.28º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48ACD is Cyan = 0.2, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164138205-
CMYK0.20.3300.20
HSL263.28º40.12%67.25%-
HSV(B)263.28º32.68%80.39%-
XYZ35.4230.4861.77-
YUV153.41157.11135.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=32.35%
G=27.22%
B=40.43%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641382050.20.3300.20263.2840.1267.25
HexA48ACD14210141072843
Octal244212315244102440750103
Binary101001001000101011001101101001000010101001000001111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A48ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A48ACD; }

 p { color: rgb(164,138,205); }

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

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

 a { background-color: rgb(164,138,205); }

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

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

 span { border-color: rgb(164,138,205); }

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