Html Css Color HEX #AE194F Jazzberry Jam

📋 copy color: '#AE194F'

red 174 ◦ green 25 ◦ blue 79

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

Shades of Jazzberry Jam #AE194F

Tints of Jazzberry Jam #AE194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.99%

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 62.59%
G = 8.99%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE194F (or 0xAE194F) is known color: Jazzberry Jam. HEX triplet: AE, 19 and 4F. RGB value is (174,25,79). Sum of RGB (Red+Green+Blue) = 174+25+79=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE194F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE194F is #51E6B0. Grayscale: #4B4B4B. Windows color (decimal): -5367473 or 5183918. OLE color: 5183918.

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

Color convert

RGB 174 25 79 -
CMYK 0 0.86 0.55 0.32
HSL 338.26º 0.75% 0.39% -
HSV(B) 338.26º 0.86% 0.68% -
XYZ 19.21 10.26 8.36 -
YUV 75.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 174 25 79 0 0.86 0.55 0.32 338.26 0.75 0.39
Hex AE 19 4F 0 56 37 20 152 4B 27
Octal 256 31 117 0 126 67 40 522 113 47
Binary 10101110 11001 1001111 0 1010110 110111 100000 101010010 1001011 100111

Color Harmonies of #AE194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE194F

Black with #AE194F

Text Example


Text Example

White with #AE194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE194F; }

 p { color: rgb(174,25,79); }

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

background-color css

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

 a { background-color: rgb(174,25,79); }

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

border-color css

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

 span { border-color: rgb(174,25,79); }

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