#AE1B6B

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

Shades of Jazzberry Jam #AE1B6B

Tints of Jazzberry Jam #AE1B6B

Color information

#AE1B6B (or 0xAE1B6B) is unknown color: approx Jazzberry Jam. HEX triplet: AE, 1B and 6B. RGB value is (174,27,107). Sum of RGB (Red+Green+Blue) = 174+27+107=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B6B is #51E494. Grayscale: #4F4F4F. Windows color (decimal): -5366933 or 7019438. OLE color: 7019438.

HSL color Cylindrical-coordinate representation of color #AE1B6B: hue angle of 327.35º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1B6B is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB17427107-
CMYK00.840.390.32
HSL327.35º73.13%39.41%-
HSV(B)327.35º84.48%68.24%-
XYZ20.510.8414.92-
YUV80.07143.2195-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 27 (10.94% from 255) = 8.77%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=56.49%
G=8.77%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742710700.840.390.32327.3573.1339.41
HexAE1B6B05427201474927
Octal256331530124474050711147
Binary10101110110111101011010101001001111000001010001111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1B6B; }

 p { color: rgb(174,27,107); }

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

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

 a { background-color: rgb(174,27,107); }

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

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

 span { border-color: rgb(174,27,107); }

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