Html Css Color HEX #AE1672 Jazzberry Jam

📋 copy color: '#AE1672'

red 174 ◦ green 22 ◦ blue 114

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

Shades of Jazzberry Jam #AE1672

Tints of Jazzberry Jam #AE1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 56.13%
G = 7.1%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE1672 (or 0xAE1672) is known color: Jazzberry Jam. HEX triplet: AE, 16 and 72. RGB value is (174,22,114). Sum of RGB (Red+Green+Blue) = 174+22+114=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1672 is #51E98D. Grayscale: #4D4D4D. Windows color (decimal): -5368206 or 7476910. OLE color: 7476910.

HSL color Cylindrical-coordinate representation of color #AE1672: hue angle of 323.68º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1672 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 22 114 -
CMYK 0 0.87 0.34 0.32
HSL 323.68º 0.78% 0.38% -
HSV(B) 323.68º 0.87% 0.68% -
XYZ 20.78 10.79 16.91 -
YUV 77.94 148.36 196.52 -
System Red Green Blue C M Y K H S L
Decimal 174 22 114 0 0.87 0.34 0.32 323.68 0.78 0.38
Hex AE 16 72 0 57 22 20 144 4E 26
Octal 256 26 162 0 127 42 40 504 116 46
Binary 10101110 10110 1110010 0 1010111 100010 100000 101000100 1001110 100110

Color Harmonies of #AE1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1672

Black with #AE1672

Text Example


Text Example

White with #AE1672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1672; }

 p { color: rgb(174,22,114); }

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

background-color css

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

 a { background-color: rgb(174,22,114); }

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

border-color css

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

 span { border-color: rgb(174,22,114); }

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