#A094C1

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

Shades of Cold Purple #A094C1

Tints of Cold Purple #A094C1

Color information

#A094C1 (or 0xA094C1) is unknown color: approx Cold Purple. HEX triplet: A0, 94 and C1. RGB value is (160,148,193). Sum of RGB (Red+Green+Blue) = 160+148+193=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #A094C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A094C1 is #5F6B3E. Grayscale: #9C9C9C. Windows color (decimal): -6253375 or 12686496. OLE color: 12686496.

HSL color Cylindrical-coordinate representation of color #A094C1: hue angle of 256º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A094C1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160148193-
CMYK0.170.2300.24
HSL256º26.63%66.86%-
HSV(B)256º23.32%75.69%-
XYZ34.7132.554.9-
YUV156.72148.48130.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.94%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=31.94%
G=29.54%
B=38.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601481930.170.2300.2425626.6366.86
HexA094C111170181001b43
Octal240224301212703040033103
Binary1010000010010100110000011000110111011000100000000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A094C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A094C1; }

 p { color: rgb(160,148,193); }

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

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

 a { background-color: rgb(160,148,193); }

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

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

 span { border-color: rgb(160,148,193); }

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