#A488CF

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

Shades of Cold Purple #A488CF

Tints of Cold Purple #A488CF

Color information

#A488CF (or 0xA488CF) is unknown color: approx Cold Purple. HEX triplet: A4, 88 and CF. RGB value is (164,136,207). Sum of RGB (Red+Green+Blue) = 164+136+207=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #A488CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CF is #5B7730. Grayscale: #989898. Windows color (decimal): -5994289 or 13600932. OLE color: 13600932.

HSL color Cylindrical-coordinate representation of color #A488CF: hue angle of 263.66º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A488CF is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164136207-
CMYK0.210.3400.19
HSL263.66º42.51%67.25%-
HSV(B)263.66º34.3%81.18%-
XYZ35.3830.0162.96-
YUV152.47158.78136.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 136 (53.52% from 255) = 26.82%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=32.35%
G=26.82%
B=40.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641362070.210.3400.19263.6642.5167.25
HexA488CF15220131082b43
Octal244210317254202341053103
Binary101001001000100011001111101011000100100111000010001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488CF; }

 p { color: rgb(164,136,207); }

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

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

 a { background-color: rgb(164,136,207); }

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

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

 span { border-color: rgb(164,136,207); }

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