Html Css Color HEX #AE054D Jazzberry Jam

📋 copy color: '#AE054D'

red 174 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #AE054D

Tints of Jazzberry Jam #AE054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 67.97%
G = 1.95%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE054D (or 0xAE054D) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 4D. RGB value is (174,5,77). Sum of RGB (Red+Green+Blue) = 174+5+77=256 (33% of max value = 765). Red value is 174 (68.36% from 255 or 67.97% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 174 - color contains mainly: red. Hex color #AE054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE054D is #51FAB2. Grayscale: #3F3F3F. Windows color (decimal): -5372595 or 5047726. OLE color: 5047726.

HSL color Cylindrical-coordinate representation of color #AE054D: hue angle of 334.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE054D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 77 -
CMYK 0 0.97 0.56 0.32
HSL 334.44º 0.94% 0.35% -
HSV(B) 334.44º 0.97% 0.68% -
XYZ 18.85 9.64 7.89 -
YUV 63.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 174 5 77 0 0.97 0.56 0.32 334.44 0.94 0.35
Hex AE 5 4D 0 61 38 20 14E 5E 23
Octal 256 5 115 0 141 70 40 516 136 43
Binary 10101110 101 1001101 0 1100001 111000 100000 101001110 1011110 100011

Color Harmonies of #AE054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE054D

Black with #AE054D

Text Example


Text Example

White with #AE054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE054D; }

 p { color: rgb(174,5,77); }

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

background-color css

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

 a { background-color: rgb(174,5,77); }

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

border-color css

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

 span { border-color: rgb(174,5,77); }

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