Html Css Color HEX #AE2170 Jazzberry Jam

📋 copy color: '#AE2170'

red 174 ◦ green 33 ◦ blue 112

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

Shades of Jazzberry Jam #AE2170

Tints of Jazzberry Jam #AE2170

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.34%

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

R = 54.55%
G = 10.34%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE2170 (or 0xAE2170) is known color: Jazzberry Jam. HEX triplet: AE, 21 and 70. RGB value is (174,33,112). Sum of RGB (Red+Green+Blue) = 174+33+112=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2170 is #51DE8F. Grayscale: #535353. Windows color (decimal): -5365392 or 7348654. OLE color: 7348654.

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

Color convert

RGB 174 33 112 -
CMYK 0 0.81 0.36 0.32
HSL 326.38º 0.68% 0.41% -
HSV(B) 326.38º 0.81% 0.68% -
XYZ 20.92 11.26 16.4 -
YUV 84.17 143.71 192.08 -
System Red Green Blue C M Y K H S L
Decimal 174 33 112 0 0.81 0.36 0.32 326.38 0.68 0.41
Hex AE 21 70 0 51 24 20 146 44 29
Octal 256 41 160 0 121 44 40 506 104 51
Binary 10101110 100001 1110000 0 1010001 100100 100000 101000110 1000100 101001

Color Harmonies of #AE2170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2170

Black with #AE2170

Text Example


Text Example

White with #AE2170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2170; }

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

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

background-color css

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

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

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

border-color css

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

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

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