Html Css Color HEX #AE115B Jazzberry Jam

📋 copy color: '#AE115B'

red 174 ◦ green 17 ◦ blue 91

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

Shades of Jazzberry Jam #AE115B

Tints of Jazzberry Jam #AE115B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 61.7%
G = 6.03%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE115B (or 0xAE115B) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 5B. RGB value is (174,17,91). Sum of RGB (Red+Green+Blue) = 174+17+91=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE115B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE115B is #51EEA4. Grayscale: #484848. Windows color (decimal): -5369509 or 5968302. OLE color: 5968302.

HSL color Cylindrical-coordinate representation of color #AE115B: hue angle of 331.72º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE115B is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 91 -
CMYK 0 0.90 0.48 0.32
HSL 331.72º 0.82% 0.37% -
HSV(B) 331.72º 0.9% 0.68% -
XYZ 19.54 10.15 10.83 -
YUV 72.38 138.51 200.48 -
System Red Green Blue C M Y K H S L
Decimal 174 17 91 0 0.90 0.48 0.32 331.72 0.82 0.37
Hex AE 11 5B 0 5A 30 20 14C 52 25
Octal 256 21 133 0 132 60 40 514 122 45
Binary 10101110 10001 1011011 0 1011010 110000 100000 101001100 1010010 100101

Color Harmonies of #AE115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE115B

Black with #AE115B

Text Example


Text Example

White with #AE115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE115B; }

 p { color: rgb(174,17,91); }

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

background-color css

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

 a { background-color: rgb(174,17,91); }

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

border-color css

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

 span { border-color: rgb(174,17,91); }

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