Html Css Color HEX #AE236E Jazzberry Jam

📋 copy color: '#AE236E'

red 174 ◦ green 35 ◦ blue 110

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

Shades of Jazzberry Jam #AE236E

Tints of Jazzberry Jam #AE236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.48%

R = 54.55%
G = 10.97%
B = 34.48%

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

#AE236E (or 0xAE236E) is known color: Jazzberry Jam. HEX triplet: AE, 23 and 6E. RGB value is (174,35,110). Sum of RGB (Red+Green+Blue) = 174+35+110=319 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.55% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 174 - color contains mainly: red. Hex color #AE236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE236E is #51DC91. Grayscale: #545454. Windows color (decimal): -5364882 or 7218094. OLE color: 7218094.

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

Color convert

RGB 174 35 110 -
CMYK 0 0.80 0.37 0.32
HSL 327.63º 0.67% 0.41% -
HSV(B) 327.63º 0.8% 0.68% -
XYZ 20.87 11.33 15.84 -
YUV 85.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 174 35 110 0 0.80 0.37 0.32 327.63 0.67 0.41
Hex AE 23 6E 0 50 25 20 148 43 29
Octal 256 43 156 0 120 45 40 510 103 51
Binary 10101110 100011 1101110 0 1010000 100101 100000 101001000 1000011 101001

Color Harmonies of #AE236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE236E

Black with #AE236E

Text Example


Text Example

White with #AE236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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