Html Css Color HEX #AE136D Jazzberry Jam

📋 copy color: '#AE136D'

red 174 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #AE136D

Tints of Jazzberry Jam #AE136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 57.62%
G = 6.29%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE136D (or 0xAE136D) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 6D. RGB value is (174,19,109). Sum of RGB (Red+Green+Blue) = 174+19+109=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE136D is #51EC92. Grayscale: #4B4B4B. Windows color (decimal): -5368979 or 7148462. OLE color: 7148462.

HSL color Cylindrical-coordinate representation of color #AE136D: hue angle of 325.16º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE136D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 109 -
CMYK 0 0.89 0.37 0.32
HSL 325.16º 0.8% 0.38% -
HSV(B) 325.16º 0.89% 0.68% -
XYZ 20.45 10.57 15.43 -
YUV 75.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 174 19 109 0 0.89 0.37 0.32 325.16 0.8 0.38
Hex AE 13 6D 0 59 25 20 145 50 26
Octal 256 23 155 0 131 45 40 505 120 46
Binary 10101110 10011 1101101 0 1011001 100101 100000 101000101 1010000 100110

Color Harmonies of #AE136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE136D

Black with #AE136D

Text Example


Text Example

White with #AE136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE136D; }

 p { color: rgb(174,19,109); }

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

background-color css

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

 a { background-color: rgb(174,19,109); }

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

border-color css

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

 span { border-color: rgb(174,19,109); }

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