Html Css Color HEX #AE115C Jazzberry Jam

📋 copy color: '#AE115C'

red 174 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #AE115C

Tints of Jazzberry Jam #AE115C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 61.48%
G = 6.01%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE115C (or 0xAE115C) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 5C. RGB value is (174,17,92). Sum of RGB (Red+Green+Blue) = 174+17+92=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE115C is #51EEA3. Grayscale: #484848. Windows color (decimal): -5369508 or 6033838. OLE color: 6033838.

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

Color convert

RGB 174 17 92 -
CMYK 0 0.90 0.47 0.32
HSL 331.34º 0.82% 0.37% -
HSV(B) 331.34º 0.9% 0.68% -
XYZ 19.59 10.17 11.06 -
YUV 72.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 174 17 92 0 0.90 0.47 0.32 331.34 0.82 0.37
Hex AE 11 5C 0 5A 2F 20 14B 52 25
Octal 256 21 134 0 132 57 40 513 122 45
Binary 10101110 10001 1011100 0 1011010 101111 100000 101001011 1010010 100101

Color Harmonies of #AE115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE115C

Black with #AE115C

Text Example


Text Example

White with #AE115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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