Html Css Color HEX #AE0354 Jazzberry Jam

📋 copy color: '#AE0354'

red 174 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #AE0354

Tints of Jazzberry Jam #AE0354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 66.67%
G = 1.15%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE0354 (or 0xAE0354) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 54. RGB value is (174,3,84). Sum of RGB (Red+Green+Blue) = 174+3+84=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0354 is #51FCAB. Grayscale: #3F3F3F. Windows color (decimal): -5373100 or 5505966. OLE color: 5505966.

HSL color Cylindrical-coordinate representation of color #AE0354: hue angle of 331.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0354 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 3 84 -
CMYK 0 0.98 0.52 0.32
HSL 331.58º 0.97% 0.35% -
HSV(B) 331.58º 0.98% 0.68% -
XYZ 19.09 9.7 9.25 -
YUV 63.36 139.65 206.91 -
System Red Green Blue C M Y K H S L
Decimal 174 3 84 0 0.98 0.52 0.32 331.58 0.97 0.35
Hex AE 3 54 0 62 34 20 14C 61 23
Octal 256 3 124 0 142 64 40 514 141 43
Binary 10101110 11 1010100 0 1100010 110100 100000 101001100 1100001 100011

Color Harmonies of #AE0354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0354

Black with #AE0354

Text Example


Text Example

White with #AE0354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0354; }

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

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

background-color css

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

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

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

border-color css

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

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

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