Html Css Color HEX #AE045D Jazzberry Jam

📋 copy color: '#AE045D'

red 174 ◦ green 4 ◦ blue 93

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

Shades of Jazzberry Jam #AE045D

Tints of Jazzberry Jam #AE045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 64.21%
G = 1.48%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE045D (or 0xAE045D) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 5D. RGB value is (174,4,93). Sum of RGB (Red+Green+Blue) = 174+4+93=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE045D is #51FBA2. Grayscale: #404040. Windows color (decimal): -5372835 or 6096046. OLE color: 6096046.

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

Color convert

RGB 174 4 93 -
CMYK 0 0.98 0.47 0.32
HSL 328.59º 0.96% 0.35% -
HSV(B) 328.59º 0.98% 0.68% -
XYZ 19.47 9.88 11.24 -
YUV 64.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 174 4 93 0 0.98 0.47 0.32 328.59 0.96 0.35
Hex AE 4 5D 0 62 2F 20 149 60 23
Octal 256 4 135 0 142 57 40 511 140 43
Binary 10101110 100 1011101 0 1100010 101111 100000 101001001 1100000 100011

Color Harmonies of #AE045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE045D

Black with #AE045D

Text Example


Text Example

White with #AE045D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE045D; }

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

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

background-color css

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

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

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

border-color css

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

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

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