Html Css Color HEX #AE145E Jazzberry Jam

📋 copy color: '#AE145E'

red 174 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #AE145E

Tints of Jazzberry Jam #AE145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 60.42%
G = 6.94%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE145E (or 0xAE145E) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 5E. RGB value is (174,20,94). Sum of RGB (Red+Green+Blue) = 174+20+94=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE145E is #51EBA1. Grayscale: #4A4A4A. Windows color (decimal): -5368738 or 6165678. OLE color: 6165678.

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

Color convert

RGB 174 20 94 -
CMYK 0 0.89 0.46 0.32
HSL 331.17º 0.79% 0.38% -
HSV(B) 331.17º 0.89% 0.68% -
XYZ 19.73 10.31 11.54 -
YUV 74.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 174 20 94 0 0.89 0.46 0.32 331.17 0.79 0.38
Hex AE 14 5E 0 59 2E 20 14B 4F 26
Octal 256 24 136 0 131 56 40 513 117 46
Binary 10101110 10100 1011110 0 1011001 101110 100000 101001011 1001111 100110

Color Harmonies of #AE145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE145E

Black with #AE145E

Text Example


Text Example

White with #AE145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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