Html Css Color HEX #AE236D Jazzberry Jam

📋 copy color: '#AE236D'

red 174 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #AE236D

Tints of Jazzberry Jam #AE236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.01%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 54.72%
G = 11.01%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE236D (or 0xAE236D) is known color: Jazzberry Jam. HEX triplet: AE, 23 and 6D. RGB value is (174,35,109). Sum of RGB (Red+Green+Blue) = 174+35+109=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE236D is #51DC92. Grayscale: #545454. Windows color (decimal): -5364883 or 7152558. OLE color: 7152558.

HSL color Cylindrical-coordinate representation of color #AE236D: hue angle of 328.06º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE236D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 109 -
CMYK 0 0.80 0.37 0.32
HSL 328.06º 0.67% 0.41% -
HSV(B) 328.06º 0.8% 0.68% -
XYZ 20.82 11.3 15.55 -
YUV 85 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 174 35 109 0 0.80 0.37 0.32 328.06 0.67 0.41
Hex AE 23 6D 0 50 25 20 148 43 29
Octal 256 43 155 0 120 45 40 510 103 51
Binary 10101110 100011 1101101 0 1010000 100101 100000 101001000 1000011 101001

Color Harmonies of #AE236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE236D

Black with #AE236D

Text Example


Text Example

White with #AE236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE236D; }

 p { color: rgb(174,35,109); }

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

background-color css

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

 a { background-color: rgb(174,35,109); }

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

border-color css

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

 span { border-color: rgb(174,35,109); }

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