#A091CA

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

Shades of Cold Purple #A091CA

Tints of Cold Purple #A091CA

Color information

#A091CA (or 0xA091CA) is unknown color: approx Cold Purple. HEX triplet: A0, 91 and CA. RGB value is (160,145,202). Sum of RGB (Red+Green+Blue) = 160+145+202=507 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.56% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A091CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A091CA is #5F6E35. Grayscale: #9B9B9B. Windows color (decimal): -6254134 or 13275552. OLE color: 13275552.

HSL color Cylindrical-coordinate representation of color #A091CA: hue angle of 255.79º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A091CA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160145202-
CMYK0.210.2800.21
HSL255.79º34.97%68.04%-
HSV(B)255.79º28.22%79.22%-
XYZ35.2831.9960.19-
YUV155.98153.97130.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.56%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=31.56%
G=28.60%
B=39.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601452020.210.2800.21255.7934.9768.04
HexA091CA151C0151002344
Octal240221312253402540043104
Binary10100000100100011100101010101111000101011000000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A091CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A091CA; }

 p { color: rgb(160,145,202); }

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

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

 a { background-color: rgb(160,145,202); }

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

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

 span { border-color: rgb(160,145,202); }

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