Html Css Color HEX #AE136A Jazzberry Jam

📋 copy color: '#AE136A'

red 174 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #AE136A

Tints of Jazzberry Jam #AE136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 58.19%
G = 6.35%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE136A (or 0xAE136A) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 6A. RGB value is (174,19,106). Sum of RGB (Red+Green+Blue) = 174+19+106=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE136A is #51EC95. Grayscale: #4B4B4B. Windows color (decimal): -5368982 or 6951854. OLE color: 6951854.

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

Color convert

RGB 174 19 106 -
CMYK 0 0.89 0.39 0.32
HSL 326.32º 0.8% 0.38% -
HSV(B) 326.32º 0.89% 0.68% -
XYZ 20.29 10.51 14.59 -
YUV 75.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 174 19 106 0 0.89 0.39 0.32 326.32 0.8 0.38
Hex AE 13 6A 0 59 27 20 146 50 26
Octal 256 23 152 0 131 47 40 506 120 46
Binary 10101110 10011 1101010 0 1011001 100111 100000 101000110 1010000 100110

Color Harmonies of #AE136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE136A

Black with #AE136A

Text Example


Text Example

White with #AE136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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