#A92068

Color #A92068 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A92068

Tints of Jazzberry Jam #A92068

Color information

#A92068 (or 0xA92068) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 20 and 68. RGB value is (169,32,104). Sum of RGB (Red+Green+Blue) = 169+32+104=305 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.41% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 169 - color contains mainly: red. Hex color #A92068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92068 is #56DF97. Grayscale: #515151. Windows color (decimal): -5693336 or 6824105. OLE color: 6824105.

HSL color Cylindrical-coordinate representation of color #A92068: hue angle of 328.47º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A92068 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16932104-
CMYK00.810.380.34
HSL328.47º68.16%39.41%-
HSV(B)328.47º81.07%66.27%-
XYZ19.3810.4714.1-
YUV81.17140.89190.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.41%
GREEN value IS 32 (12.89% from 255) = 10.49%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=55.41%
G=10.49%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693210400.810.380.34328.4768.1639.41
HexA9206805126221484427
Octal251401500121464251010447
Binary101010011000001101000010100011001101000101010010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92068; }

 p { color: rgb(169,32,104); }

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

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

 a { background-color: rgb(169,32,104); }

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

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

 span { border-color: rgb(169,32,104); }

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