Html Css Color HEX #AE044F Jazzberry Jam

📋 copy color: '#AE044F'

red 174 ◦ green 4 ◦ blue 79

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

Shades of Jazzberry Jam #AE044F

Tints of Jazzberry Jam #AE044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.74%

R = 67.7%
G = 1.56%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE044F (or 0xAE044F) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 4F. RGB value is (174,4,79). Sum of RGB (Red+Green+Blue) = 174+4+79=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE044F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE044F is #51FBB0. Grayscale: #3F3F3F. Windows color (decimal): -5372849 or 5178542. OLE color: 5178542.

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

Color convert

RGB 174 4 79 -
CMYK 0 0.98 0.55 0.32
HSL 333.53º 0.96% 0.35% -
HSV(B) 333.53º 0.98% 0.68% -
XYZ 18.91 9.65 8.26 -
YUV 63.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 174 4 79 0 0.98 0.55 0.32 333.53 0.96 0.35
Hex AE 4 4F 0 62 37 20 14E 60 23
Octal 256 4 117 0 142 67 40 516 140 43
Binary 10101110 100 1001111 0 1100010 110111 100000 101001110 1100000 100011

Color Harmonies of #AE044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE044F

Black with #AE044F

Text Example


Text Example

White with #AE044F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE044F; }

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

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

background-color css

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

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

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

border-color css

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

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

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