Html Css Color HEX #AE1365 Jazzberry Jam

📋 copy color: '#AE1365'

red 174 ◦ green 19 ◦ blue 101

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

Shades of Jazzberry Jam #AE1365

Tints of Jazzberry Jam #AE1365

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 59.18%
G = 6.46%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE1365 (or 0xAE1365) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 65. RGB value is (174,19,101). Sum of RGB (Red+Green+Blue) = 174+19+101=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1365 is #51EC9A. Grayscale: #4A4A4A. Windows color (decimal): -5368987 or 6624174. OLE color: 6624174.

HSL color Cylindrical-coordinate representation of color #AE1365: hue angle of 328.26º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1365 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 101 -
CMYK 0 0.89 0.42 0.32
HSL 328.26º 0.8% 0.38% -
HSV(B) 328.26º 0.89% 0.68% -
XYZ 20.04 10.4 13.26 -
YUV 74.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 174 19 101 0 0.89 0.42 0.32 328.26 0.8 0.38
Hex AE 13 65 0 59 2A 20 148 50 26
Octal 256 23 145 0 131 52 40 510 120 46
Binary 10101110 10011 1100101 0 1011001 101010 100000 101001000 1010000 100110

Color Harmonies of #AE1365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1365

Black with #AE1365

Text Example


Text Example

White with #AE1365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1365; }

 p { color: rgb(174,19,101); }

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

background-color css

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

 a { background-color: rgb(174,19,101); }

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

border-color css

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

 span { border-color: rgb(174,19,101); }

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