Html Css Color HEX #AE044A Jazzberry Jam

📋 copy color: '#AE044A'

red 174 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #AE044A

Tints of Jazzberry Jam #AE044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 74 (29.3% from 255) = 29.37%

R = 69.05%
G = 1.59%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE044A (or 0xAE044A) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 4A. RGB value is (174,4,74). Sum of RGB (Red+Green+Blue) = 174+4+74=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE044A is #51FBB5. Grayscale: #3E3E3E. Windows color (decimal): -5372854 or 4850862. OLE color: 4850862.

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

Color convert

RGB 174 4 74 -
CMYK 0 0.98 0.57 0.32
HSL 335.29º 0.96% 0.35% -
HSV(B) 335.29º 0.98% 0.68% -
XYZ 18.74 9.58 7.34 -
YUV 62.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 174 4 74 0 0.98 0.57 0.32 335.29 0.96 0.35
Hex AE 4 4A 0 62 39 20 14F 60 23
Octal 256 4 112 0 142 71 40 517 140 43
Binary 10101110 100 1001010 0 1100010 111001 100000 101001111 1100000 100011

Color Harmonies of #AE044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE044A

Black with #AE044A

Text Example


Text Example

White with #AE044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE044A; }

 p { color: rgb(174,4,74); }

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

background-color css

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

 a { background-color: rgb(174,4,74); }

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

border-color css

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

 span { border-color: rgb(174,4,74); }

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