Html Css Color HEX #AE2070 Jazzberry Jam

📋 copy color: '#AE2070'

red 174 ◦ green 32 ◦ blue 112

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

Shades of Jazzberry Jam #AE2070

Tints of Jazzberry Jam #AE2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 54.72%
G = 10.06%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE2070 (or 0xAE2070) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 70. RGB value is (174,32,112). Sum of RGB (Red+Green+Blue) = 174+32+112=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2070 is #51DF8F. Grayscale: #535353. Windows color (decimal): -5365648 or 7348398. OLE color: 7348398.

HSL color Cylindrical-coordinate representation of color #AE2070: hue angle of 326.2º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2070 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 112 -
CMYK 0 0.82 0.36 0.32
HSL 326.2º 0.69% 0.4% -
HSV(B) 326.2º 0.82% 0.68% -
XYZ 20.9 11.2 16.39 -
YUV 83.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 174 32 112 0 0.82 0.36 0.32 326.2 0.69 0.4
Hex AE 20 70 0 52 24 20 146 45 28
Octal 256 40 160 0 122 44 40 506 105 50
Binary 10101110 100000 1110000 0 1010010 100100 100000 101000110 1000101 101000

Color Harmonies of #AE2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2070

Black with #AE2070

Text Example


Text Example

White with #AE2070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2070; }

 p { color: rgb(174,32,112); }

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

background-color css

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

 a { background-color: rgb(174,32,112); }

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

border-color css

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

 span { border-color: rgb(174,32,112); }

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