Html Css Color HEX #AE1A56 Jazzberry Jam

📋 copy color: '#AE1A56'

red 174 ◦ green 26 ◦ blue 86

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

Shades of Jazzberry Jam #AE1A56

Tints of Jazzberry Jam #AE1A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.09%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 60.84%
G = 9.09%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE1A56 (or 0xAE1A56) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 56. RGB value is (174,26,86). Sum of RGB (Red+Green+Blue) = 174+26+86=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A56 is #51E5A9. Grayscale: #4D4D4D. Windows color (decimal): -5367210 or 5642926. OLE color: 5642926.

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

Color convert

RGB 174 26 86 -
CMYK 0 0.85 0.51 0.32
HSL 335.68º 0.74% 0.39% -
HSV(B) 335.68º 0.85% 0.68% -
XYZ 19.5 10.41 9.79 -
YUV 77.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 174 26 86 0 0.85 0.51 0.32 335.68 0.74 0.39
Hex AE 1A 56 0 55 33 20 150 4A 27
Octal 256 32 126 0 125 63 40 520 112 47
Binary 10101110 11010 1010110 0 1010101 110011 100000 101010000 1001010 100111

Color Harmonies of #AE1A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A56

Black with #AE1A56

Text Example


Text Example

White with #AE1A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A56; }

 p { color: rgb(174,26,86); }

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

background-color css

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

 a { background-color: rgb(174,26,86); }

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

border-color css

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

 span { border-color: rgb(174,26,86); }

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