Html Css Color HEX #AE156E Jazzberry Jam

📋 copy color: '#AE156E'

red 174 ◦ green 21 ◦ blue 110

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

Shades of Jazzberry Jam #AE156E

Tints of Jazzberry Jam #AE156E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 57.05%
G = 6.89%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE156E (or 0xAE156E) is known color: Jazzberry Jam. HEX triplet: AE, 15 and 6E. RGB value is (174,21,110). Sum of RGB (Red+Green+Blue) = 174+21+110=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE156E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE156E is #51EA91. Grayscale: #4C4C4C. Windows color (decimal): -5368466 or 7214510. OLE color: 7214510.

HSL color Cylindrical-coordinate representation of color #AE156E: hue angle of 325.1º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AE156E is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 21 110 -
CMYK 0 0.88 0.37 0.32
HSL 325.1º 0.78% 0.38% -
HSV(B) 325.1º 0.88% 0.68% -
XYZ 20.54 10.66 15.73 -
YUV 76.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 174 21 110 0 0.88 0.37 0.32 325.1 0.78 0.38
Hex AE 15 6E 0 58 25 20 145 4E 26
Octal 256 25 156 0 130 45 40 505 116 46
Binary 10101110 10101 1101110 0 1011000 100101 100000 101000101 1001110 100110

Color Harmonies of #AE156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE156E

Black with #AE156E

Text Example


Text Example

White with #AE156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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