Html Css Color HEX #AE1673 Jazzberry Jam

📋 copy color: '#AE1673'

red 174 ◦ green 22 ◦ blue 115

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

Shades of Jazzberry Jam #AE1673

Tints of Jazzberry Jam #AE1673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 55.95%
G = 7.07%
B = 36.98%

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

#AE1673 (or 0xAE1673) is known color: Jazzberry Jam. HEX triplet: AE, 16 and 73. RGB value is (174,22,115). Sum of RGB (Red+Green+Blue) = 174+22+115=311 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.95% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1673 is #51E98C. Grayscale: #4D4D4D. Windows color (decimal): -5368205 or 7542446. OLE color: 7542446.

HSL color Cylindrical-coordinate representation of color #AE1673: hue angle of 323.29º 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 #AE1673 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 22 115 -
CMYK 0 0.87 0.34 0.32
HSL 323.29º 0.78% 0.38% -
HSV(B) 323.29º 0.87% 0.68% -
XYZ 20.84 10.81 17.21 -
YUV 78.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 174 22 115 0 0.87 0.34 0.32 323.29 0.78 0.38
Hex AE 16 73 0 57 22 20 143 4E 26
Octal 256 26 163 0 127 42 40 503 116 46
Binary 10101110 10110 1110011 0 1010111 100010 100000 101000011 1001110 100110

Color Harmonies of #AE1673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1673

Black with #AE1673

Text Example


Text Example

White with #AE1673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1673; }

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

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

background-color css

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

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

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

border-color css

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

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

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