Html Css Color HEX #AE175D Jazzberry Jam

📋 copy color: '#AE175D'

red 174 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #AE175D

Tints of Jazzberry Jam #AE175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.93%

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 60%
G = 7.93%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE175D (or 0xAE175D) is known color: Jazzberry Jam. HEX triplet: AE, 17 and 5D. RGB value is (174,23,93). Sum of RGB (Red+Green+Blue) = 174+23+93=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE175D is #51E8A2. Grayscale: #4C4C4C. Windows color (decimal): -5367971 or 6100910. OLE color: 6100910.

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

Color convert

RGB 174 23 93 -
CMYK 0 0.87 0.47 0.32
HSL 332.19º 0.77% 0.39% -
HSV(B) 332.19º 0.87% 0.68% -
XYZ 19.74 10.4 11.32 -
YUV 76.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 174 23 93 0 0.87 0.47 0.32 332.19 0.77 0.39
Hex AE 17 5D 0 57 2F 20 14C 4D 27
Octal 256 27 135 0 127 57 40 514 115 47
Binary 10101110 10111 1011101 0 1010111 101111 100000 101001100 1001101 100111

Color Harmonies of #AE175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE175D

Black with #AE175D

Text Example


Text Example

White with #AE175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE175D; }

 p { color: rgb(174,23,93); }

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

background-color css

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

 a { background-color: rgb(174,23,93); }

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

border-color css

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

 span { border-color: rgb(174,23,93); }

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