#A885CD

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

Shades of Cold Purple #A885CD

Tints of Cold Purple #A885CD

Color information

#A885CD (or 0xA885CD) is unknown color: approx Cold Purple. HEX triplet: A8, 85 and CD. RGB value is (168,133,205). Sum of RGB (Red+Green+Blue) = 168+133+205=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #A885CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885CD is #577A32. Grayscale: #979797. Windows color (decimal): -5732915 or 13469096. OLE color: 13469096.

HSL color Cylindrical-coordinate representation of color #A885CD: hue angle of 269.17º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A885CD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168133205-
CMYK0.180.3500.20
HSL269.17º41.86%66.27%-
HSV(B)269.17º35.12%80.39%-
XYZ35.5629.5161.58-
YUV151.67158.1139.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 133 (52.34% from 255) = 26.28%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=33.20%
G=26.28%
B=40.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1681332050.180.3500.20269.1741.8666.27
HexA885CD122301410d2a42
Octal250205315224302441552102
Binary101010001000010111001101100101000110101001000011011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A885CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A885CD; }

 p { color: rgb(168,133,205); }

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

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

 a { background-color: rgb(168,133,205); }

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

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

 span { border-color: rgb(168,133,205); }

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