#A289CD

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

Shades of Cold Purple #A289CD

Tints of Cold Purple #A289CD

Color information

#A289CD (or 0xA289CD) is unknown color: approx Cold Purple. HEX triplet: A2, 89 and CD. RGB value is (162,137,205). Sum of RGB (Red+Green+Blue) = 162+137+205=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #A289CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289CD is #5D7632. Grayscale: #979797. Windows color (decimal): -6125107 or 13470114. OLE color: 13470114.

HSL color Cylindrical-coordinate representation of color #A289CD: hue angle of 262.06º 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 #A289CD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162137205-
CMYK0.210.3300.20
HSL262.06º40.48%67.06%-
HSV(B)262.06º33.17%80.39%-
XYZ34.8729.9861.71-
YUV152.23157.78134.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=32.14%
G=27.18%
B=40.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621372050.210.3300.20262.0640.4867.06
HexA289CD15210141062843
Octal242211315254102440650103
Binary101000101000100111001101101011000010101001000001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A289CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A289CD; }

 p { color: rgb(162,137,205); }

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

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

 a { background-color: rgb(162,137,205); }

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

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

 span { border-color: rgb(162,137,205); }

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