Html Css Color HEX #AE034E Jazzberry Jam

📋 copy color: '#AE034E'

red 174 ◦ green 3 ◦ blue 78

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

Shades of Jazzberry Jam #AE034E

Tints of Jazzberry Jam #AE034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 68.24%
G = 1.18%
B = 30.59%

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

#AE034E (or 0xAE034E) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 4E. RGB value is (174,3,78). Sum of RGB (Red+Green+Blue) = 174+3+78=255 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.24% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 174 - color contains mainly: red. Hex color #AE034E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE034E is #51FCB1. Grayscale: #3E3E3E. Windows color (decimal): -5373106 or 5112750. OLE color: 5112750.

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

Color convert

RGB 174 3 78 -
CMYK 0 0.98 0.55 0.32
HSL 333.68º 0.97% 0.35% -
HSV(B) 333.68º 0.98% 0.68% -
XYZ 18.86 9.61 8.07 -
YUV 62.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 174 3 78 0 0.98 0.55 0.32 333.68 0.97 0.35
Hex AE 3 4E 0 62 37 20 14E 61 23
Octal 256 3 116 0 142 67 40 516 141 43
Binary 10101110 11 1001110 0 1100010 110111 100000 101001110 1100001 100011

Color Harmonies of #AE034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE034E

Black with #AE034E

Text Example


Text Example

White with #AE034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE034E; }

 p { color: rgb(174,3,78); }

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

background-color css

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

 a { background-color: rgb(174,3,78); }

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

border-color css

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

 span { border-color: rgb(174,3,78); }

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