Html Css Color HEX #AE056D Jazzberry Jam

📋 copy color: '#AE056D'

red 174 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #AE056D

Tints of Jazzberry Jam #AE056D

RGB

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

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

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

R = 60.42%
G = 1.74%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE056D (or 0xAE056D) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 6D. RGB value is (174,5,109). Sum of RGB (Red+Green+Blue) = 174+5+109=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE056D is #51FA92. Grayscale: #434343. Windows color (decimal): -5372563 or 7144878. OLE color: 7144878.

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

Color convert

RGB 174 5 109 -
CMYK 0 0.97 0.37 0.32
HSL 323.08º 0.94% 0.35% -
HSV(B) 323.08º 0.97% 0.68% -
XYZ 20.27 10.21 15.37 -
YUV 67.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 174 5 109 0 0.97 0.37 0.32 323.08 0.94 0.35
Hex AE 5 6D 0 61 25 20 143 5E 23
Octal 256 5 155 0 141 45 40 503 136 43
Binary 10101110 101 1101101 0 1100001 100101 100000 101000011 1011110 100011

Color Harmonies of #AE056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE056D

Black with #AE056D

Text Example


Text Example

White with #AE056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE056D; }

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

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

background-color css

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

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

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

border-color css

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

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

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