Html Css Color HEX #AE045A Jazzberry Jam

📋 copy color: '#AE045A'

red 174 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #AE045A

Tints of Jazzberry Jam #AE045A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 64.93%
G = 1.49%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE045A (or 0xAE045A) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 5A. RGB value is (174,4,90). Sum of RGB (Red+Green+Blue) = 174+4+90=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE045A is #51FBA5. Grayscale: #404040. Windows color (decimal): -5372838 or 5899438. OLE color: 5899438.

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

Color convert

RGB 174 4 90 -
CMYK 0 0.98 0.48 0.32
HSL 329.65º 0.96% 0.35% -
HSV(B) 329.65º 0.98% 0.68% -
XYZ 19.34 9.82 10.55 -
YUV 64.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 174 4 90 0 0.98 0.48 0.32 329.65 0.96 0.35
Hex AE 4 5A 0 62 30 20 14A 60 23
Octal 256 4 132 0 142 60 40 512 140 43
Binary 10101110 100 1011010 0 1100010 110000 100000 101001010 1100000 100011

Color Harmonies of #AE045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE045A

Black with #AE045A

Text Example


Text Example

White with #AE045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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