Html Css Color HEX #AE1054 Jazzberry Jam

📋 copy color: '#AE1054'

red 174 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #AE1054

Tints of Jazzberry Jam #AE1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

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

R = 63.5%
G = 5.84%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE1054 (or 0xAE1054) is known color: Jazzberry Jam. HEX triplet: AE, 10 and 54. RGB value is (174,16,84). Sum of RGB (Red+Green+Blue) = 174+16+84=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1054 is #51EFAB. Grayscale: #464646. Windows color (decimal): -5369772 or 5509294. OLE color: 5509294.

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

Color convert

RGB 174 16 84 -
CMYK 0 0.91 0.52 0.32
HSL 334.18º 0.83% 0.37% -
HSV(B) 334.18º 0.91% 0.68% -
XYZ 19.24 10.01 9.31 -
YUV 70.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 174 16 84 0 0.91 0.52 0.32 334.18 0.83 0.37
Hex AE 10 54 0 5B 34 20 14E 53 25
Octal 256 20 124 0 133 64 40 516 123 45
Binary 10101110 10000 1010100 0 1011011 110100 100000 101001110 1010011 100101

Color Harmonies of #AE1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1054

Black with #AE1054

Text Example


Text Example

White with #AE1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1054; }

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

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

background-color css

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

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

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

border-color css

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

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

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