Html Css Color HEX #AE1273 Jazzberry Jam

📋 copy color: '#AE1273'

red 174 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #AE1273

Tints of Jazzberry Jam #AE1273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 56.68%
G = 5.86%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE1273 (or 0xAE1273) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 73. RGB value is (174,18,115). Sum of RGB (Red+Green+Blue) = 174+18+115=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1273 is #51ED8C. Grayscale: #4B4B4B. Windows color (decimal): -5369229 or 7541422. OLE color: 7541422.

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

Color convert

RGB 174 18 115 -
CMYK 0 0.90 0.34 0.32
HSL 322.69º 0.81% 0.38% -
HSV(B) 322.69º 0.9% 0.68% -
XYZ 20.77 10.67 17.18 -
YUV 75.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 174 18 115 0 0.90 0.34 0.32 322.69 0.81 0.38
Hex AE 12 73 0 5A 22 20 143 51 26
Octal 256 22 163 0 132 42 40 503 121 46
Binary 10101110 10010 1110011 0 1011010 100010 100000 101000011 1010001 100110

Color Harmonies of #AE1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1273

Black with #AE1273

Text Example


Text Example

White with #AE1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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