Html Css Color HEX #AE126F Jazzberry Jam

📋 copy color: '#AE126F'

red 174 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #AE126F

Tints of Jazzberry Jam #AE126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.94%

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 57.43%
G = 5.94%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE126F (or 0xAE126F) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 6F. RGB value is (174,18,111). Sum of RGB (Red+Green+Blue) = 174+18+111=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE126F is #51ED90. Grayscale: #4B4B4B. Windows color (decimal): -5369233 or 7279278. OLE color: 7279278.

HSL color Cylindrical-coordinate representation of color #AE126F: hue angle of 324.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE126F is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 18 111 -
CMYK 0 0.90 0.36 0.32
HSL 324.23º 0.81% 0.38% -
HSV(B) 324.23º 0.9% 0.68% -
XYZ 20.54 10.58 16 -
YUV 75.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 174 18 111 0 0.90 0.36 0.32 324.23 0.81 0.38
Hex AE 12 6F 0 5A 24 20 144 51 26
Octal 256 22 157 0 132 44 40 504 121 46
Binary 10101110 10010 1101111 0 1011010 100100 100000 101000100 1010001 100110

Color Harmonies of #AE126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE126F

Black with #AE126F

Text Example


Text Example

White with #AE126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE126F; }

 p { color: rgb(174,18,111); }

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

background-color css

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

 a { background-color: rgb(174,18,111); }

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

border-color css

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

 span { border-color: rgb(174,18,111); }

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