Html Css Color HEX #AE126D Jazzberry Jam

📋 copy color: '#AE126D'

red 174 ◦ green 18 ◦ blue 109

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

Shades of Jazzberry Jam #AE126D

Tints of Jazzberry Jam #AE126D

RGB

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

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

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

R = 57.81%
G = 5.98%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE126D (or 0xAE126D) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 6D. RGB value is (174,18,109). Sum of RGB (Red+Green+Blue) = 174+18+109=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE126D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE126D is #51ED92. Grayscale: #4A4A4A. Windows color (decimal): -5369235 or 7148206. OLE color: 7148206.

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

Color convert

RGB 174 18 109 -
CMYK 0 0.90 0.37 0.32
HSL 325º 0.81% 0.38% -
HSV(B) 325º 0.9% 0.68% -
XYZ 20.43 10.54 15.42 -
YUV 75.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 174 18 109 0 0.90 0.37 0.32 325 0.81 0.38
Hex AE 12 6D 0 5A 25 20 145 51 26
Octal 256 22 155 0 132 45 40 505 121 46
Binary 10101110 10010 1101101 0 1011010 100101 100000 101000101 1010001 100110

Color Harmonies of #AE126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE126D

Black with #AE126D

Text Example


Text Example

White with #AE126D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE126D; }

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

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

background-color css

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

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

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

border-color css

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

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

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