Html Css Color HEX #AE0C54 Jazzberry Jam

📋 copy color: '#AE0C54'

red 174 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #AE0C54

Tints of Jazzberry Jam #AE0C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.11%

R = 64.44%
G = 4.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE0C54 (or 0xAE0C54) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 54. RGB value is (174,12,84). Sum of RGB (Red+Green+Blue) = 174+12+84=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C54 is #51F3AB. Grayscale: #444444. Windows color (decimal): -5370796 or 5508270. OLE color: 5508270.

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

Color convert

RGB 174 12 84 -
CMYK 0 0.93 0.52 0.32
HSL 333.33º 0.87% 0.36% -
HSV(B) 333.33º 0.93% 0.68% -
XYZ 19.19 9.9 9.29 -
YUV 68.65 136.67 203.15 -
System Red Green Blue C M Y K H S L
Decimal 174 12 84 0 0.93 0.52 0.32 333.33 0.87 0.36
Hex AE C 54 0 5D 34 20 14D 57 24
Octal 256 14 124 0 135 64 40 515 127 44
Binary 10101110 1100 1010100 0 1011101 110100 100000 101001101 1010111 100100

Color Harmonies of #AE0C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C54

Black with #AE0C54

Text Example


Text Example

White with #AE0C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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