#A090CF

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

Shades of Cold Purple #A090CF

Tints of Cold Purple #A090CF

Color information

#A090CF (or 0xA090CF) is unknown color: approx Cold Purple. HEX triplet: A0, 90 and CF. RGB value is (160,144,207). Sum of RGB (Red+Green+Blue) = 160+144+207=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #A090CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A090CF is #5F6F30. Grayscale: #9B9B9B. Windows color (decimal): -6254385 or 13602976. OLE color: 13602976.

HSL color Cylindrical-coordinate representation of color #A090CF: hue angle of 255.24º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A090CF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160144207-
CMYK0.230.3000.19
HSL255.24º39.62%68.82%-
HSV(B)255.24º30.43%81.18%-
XYZ35.7331.9363.31-
YUV155.97156.8130.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=31.31%
G=28.18%
B=40.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601442070.230.3000.19255.2439.6268.82
HexA090CF171E013ff2845
Octal240220317273602337750105
Binary1010000010010000110011111011111110010011111111111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A090CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A090CF; }

 p { color: rgb(160,144,207); }

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

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

 a { background-color: rgb(160,144,207); }

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

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

 span { border-color: rgb(160,144,207); }

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