#A092BD

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

Shades of Cold Purple #A092BD

Tints of Cold Purple #A092BD

Color information

#A092BD (or 0xA092BD) is unknown color: approx Cold Purple. HEX triplet: A0, 92 and BD. RGB value is (160,146,189). Sum of RGB (Red+Green+Blue) = 160+146+189=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 189 - color contains mainly: blue. Hex color #A092BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A092BD is #5F6D42. Grayscale: #9A9A9A. Windows color (decimal): -6253891 or 12423840. OLE color: 12423840.

HSL color Cylindrical-coordinate representation of color #A092BD: hue angle of 259.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A092BD is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160146189-
CMYK0.150.2300.26
HSL259.53º24.57%65.69%-
HSV(B)259.53º22.75%74.12%-
XYZ33.9631.7152.47-
YUV155.09147.14131.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.32%
GREEN value IS 146 (57.42% from 255) = 29.49%
BLUE value IS 189 (74.22% from 255) = 38.18%
R=32.32%
G=29.49%
B=38.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601461890.150.2300.26259.5324.5765.69
HexA092BDF1701A1041942
Octal240222275172703240431102
Binary101000001001001010111101111110111011010100000100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A092BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A092BD; }

 p { color: rgb(160,146,189); }

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

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

 a { background-color: rgb(160,146,189); }

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

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

 span { border-color: rgb(160,146,189); }

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