Html Css Color HEX #AE0154 Jazzberry Jam

📋 copy color: '#AE0154'

red 174 ◦ green 1 ◦ blue 84

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

Shades of Jazzberry Jam #AE0154

Tints of Jazzberry Jam #AE0154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 67.18%
G = 0.39%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE0154 (or 0xAE0154) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 54. RGB value is (174,1,84). Sum of RGB (Red+Green+Blue) = 174+1+84=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0154 is #51FEAB. Grayscale: #3E3E3E. Windows color (decimal): -5373612 or 5505454. OLE color: 5505454.

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

Color convert

RGB 174 1 84 -
CMYK 0 0.99 0.52 0.32
HSL 331.21º 0.99% 0.34% -
HSV(B) 331.21º 0.99% 0.68% -
XYZ 19.07 9.66 9.25 -
YUV 62.19 140.31 207.75 -
System Red Green Blue C M Y K H S L
Decimal 174 1 84 0 0.99 0.52 0.32 331.21 0.99 0.34
Hex AE 1 54 0 63 34 20 14B 63 22
Octal 256 1 124 0 143 64 40 513 143 42
Binary 10101110 1 1010100 0 1100011 110100 100000 101001011 1100011 100010

Color Harmonies of #AE0154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0154

Black with #AE0154

Text Example


Text Example

White with #AE0154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0154; }

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

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

background-color css

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

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

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

border-color css

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

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

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