Html Css Color HEX #AE0C55 Jazzberry Jam

📋 copy color: '#AE0C55'

red 174 ◦ green 12 ◦ blue 85

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

Shades of Jazzberry Jam #AE0C55

Tints of Jazzberry Jam #AE0C55

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 64.21%
G = 4.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE0C55 (or 0xAE0C55) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 55. RGB value is (174,12,85). Sum of RGB (Red+Green+Blue) = 174+12+85=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C55 is #51F3AA. Grayscale: #444444. Windows color (decimal): -5370795 or 5573806. OLE color: 5573806.

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

Color convert

RGB 174 12 85 -
CMYK 0 0.93 0.51 0.32
HSL 332.96º 0.87% 0.36% -
HSV(B) 332.96º 0.93% 0.68% -
XYZ 19.23 9.92 9.5 -
YUV 68.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 174 12 85 0 0.93 0.51 0.32 332.96 0.87 0.36
Hex AE C 55 0 5D 33 20 14D 57 24
Octal 256 14 125 0 135 63 40 515 127 44
Binary 10101110 1100 1010101 0 1011101 110011 100000 101001101 1010111 100100

Color Harmonies of #AE0C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C55

Black with #AE0C55

Text Example


Text Example

White with #AE0C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C55; }

 p { color: rgb(174,12,85); }

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

background-color css

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

 a { background-color: rgb(174,12,85); }

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

border-color css

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

 span { border-color: rgb(174,12,85); }

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