Html Css Color HEX #AE024A Jazzberry Jam

📋 copy color: '#AE024A'

red 174 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #AE024A

Tints of Jazzberry Jam #AE024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 69.6%
G = 0.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE024A (or 0xAE024A) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 4A. RGB value is (174,2,74). Sum of RGB (Red+Green+Blue) = 174+2+74=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE024A is #51FDB5. Grayscale: #3D3D3D. Windows color (decimal): -5373366 or 4850350. OLE color: 4850350.

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

Color convert

RGB 174 2 74 -
CMYK 0 0.99 0.57 0.32
HSL 334.88º 0.98% 0.35% -
HSV(B) 334.88º 0.99% 0.68% -
XYZ 18.71 9.54 7.33 -
YUV 61.64 134.98 208.15 -
System Red Green Blue C M Y K H S L
Decimal 174 2 74 0 0.99 0.57 0.32 334.88 0.98 0.35
Hex AE 2 4A 0 63 39 20 14F 62 23
Octal 256 2 112 0 143 71 40 517 142 43
Binary 10101110 10 1001010 0 1100011 111001 100000 101001111 1100010 100011

Color Harmonies of #AE024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE024A

Black with #AE024A

Text Example


Text Example

White with #AE024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE024A; }

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

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

background-color css

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

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

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

border-color css

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

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

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