Html Css Color HEX #AE1165 Jazzberry Jam

📋 copy color: '#AE1165'

red 174 ◦ green 17 ◦ blue 101

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

Shades of Jazzberry Jam #AE1165

Tints of Jazzberry Jam #AE1165

RGB

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

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

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

R = 59.59%
G = 5.82%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE1165 (or 0xAE1165) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 65. RGB value is (174,17,101). Sum of RGB (Red+Green+Blue) = 174+17+101=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1165 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1165 is #51EE9A. Grayscale: #494949. Windows color (decimal): -5369499 or 6623662. OLE color: 6623662.

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

Color convert

RGB 174 17 101 -
CMYK 0 0.90 0.42 0.32
HSL 327.9º 0.82% 0.37% -
HSV(B) 327.9º 0.9% 0.68% -
XYZ 20 10.34 13.25 -
YUV 73.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 174 17 101 0 0.90 0.42 0.32 327.9 0.82 0.37
Hex AE 11 65 0 5A 2A 20 148 52 25
Octal 256 21 145 0 132 52 40 510 122 45
Binary 10101110 10001 1100101 0 1011010 101010 100000 101001000 1010010 100101

Color Harmonies of #AE1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1165

Black with #AE1165

Text Example


Text Example

White with #AE1165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1165; }

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

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

background-color css

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

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

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

border-color css

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

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

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