Html Css Color HEX #AE1755 Jazzberry Jam

📋 copy color: '#AE1755'

red 174 ◦ green 23 ◦ blue 85

#AE1755
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AE1755

Tints of Jazzberry Jam #AE1755

RGB

 RED value IS 174 (68.36% from 255) = 61.7%

 GREEN value IS 23 (9.38% from 255) = 8.16%

 BLUE value IS 85 (33.59% from 255) = 30.14%

R = 61.7%
G = 8.16%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE1755 (or 0xAE1755) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 55. RGB value is (174,23,85). Sum of RGB (Red+Green+Blue) = 174+23+85=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1755 is #51E8AA. Grayscale: #4B4B4B. Windows color (decimal): -5367979 or 5576622. OLE color: 5576622.

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

Color convert

RGB 174 23 85 -
CMYK 0 0.87 0.51 0.32
HSL 335.36º 0.77% 0.39% -
HSV(B) 335.36º 0.87% 0.68% -
XYZ 19.4 10.27 9.55 -
YUV 75.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 174 23 85 0 0.87 0.51 0.32 335.36 0.77 0.39
Hex AE 17 55 0 57 33 20 14F 4D 27
Octal 256 27 125 0 127 63 40 517 115 47
Binary 10101110 10111 1010101 0 1010111 110011 100000 101001111 1001101 100111

Color Harmonies of #AE1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1755

Black with #AE1755

Text Example


Text Example

White with #AE1755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1755; }

 p { color: rgb(174,23,85); }

 H1.HeaderClassName
 {
   color: #AE1755;
 }
 .AnyTagClassName
 {
   color: #AE1755;
 }
</style>

background-color css

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

 a { background-color: rgb(174,23,85); }

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

border-color css

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

 span { border-color: rgb(174,23,85); }

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