Html Css Color HEX #AE136E Jazzberry Jam

📋 copy color: '#AE136E'

red 174 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #AE136E

Tints of Jazzberry Jam #AE136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 57.43%
G = 6.27%
B = 36.3%

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

#AE136E (or 0xAE136E) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 6E. RGB value is (174,19,110). Sum of RGB (Red+Green+Blue) = 174+19+110=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE136E is #51EC91. Grayscale: #4B4B4B. Windows color (decimal): -5368978 or 7213998. OLE color: 7213998.

HSL color Cylindrical-coordinate representation of color #AE136E: hue angle of 324.77º 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 #AE136E is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 110 -
CMYK 0 0.89 0.37 0.32
HSL 324.77º 0.8% 0.38% -
HSV(B) 324.77º 0.89% 0.68% -
XYZ 20.5 10.59 15.72 -
YUV 75.72 147.35 198.1 -
System Red Green Blue C M Y K H S L
Decimal 174 19 110 0 0.89 0.37 0.32 324.77 0.8 0.38
Hex AE 13 6E 0 59 25 20 145 50 26
Octal 256 23 156 0 131 45 40 505 120 46
Binary 10101110 10011 1101110 0 1011001 100101 100000 101000101 1010000 100110

Color Harmonies of #AE136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE136E

Black with #AE136E

Text Example


Text Example

White with #AE136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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