Html Css Color HEX #AE145F Jazzberry Jam

📋 copy color: '#AE145F'

red 174 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #AE145F

Tints of Jazzberry Jam #AE145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.92%

 BLUE value IS 95 (37.5% from 255) = 32.87%

R = 60.21%
G = 6.92%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE145F (or 0xAE145F) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 5F. RGB value is (174,20,95). Sum of RGB (Red+Green+Blue) = 174+20+95=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE145F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE145F is #51EBA0. Grayscale: #4A4A4A. Windows color (decimal): -5368737 or 6231214. OLE color: 6231214.

HSL color Cylindrical-coordinate representation of color #AE145F: hue angle of 330.78º degrees, saturation: 0.79, 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 #AE145F is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 95 -
CMYK 0 0.89 0.45 0.32
HSL 330.78º 0.79% 0.38% -
HSV(B) 330.78º 0.89% 0.68% -
XYZ 19.77 10.33 11.78 -
YUV 74.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 174 20 95 0 0.89 0.45 0.32 330.78 0.79 0.38
Hex AE 14 5F 0 59 2D 20 14B 4F 26
Octal 256 24 137 0 131 55 40 513 117 46
Binary 10101110 10100 1011111 0 1011001 101101 100000 101001011 1001111 100110

Color Harmonies of #AE145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE145F

Black with #AE145F

Text Example


Text Example

White with #AE145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE145F; }

 p { color: rgb(174,20,95); }

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

background-color css

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

 a { background-color: rgb(174,20,95); }

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

border-color css

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

 span { border-color: rgb(174,20,95); }

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