Html Css Color HEX #AE1C72 Jazzberry Jam

📋 copy color: '#AE1C72'

red 174 ◦ green 28 ◦ blue 114

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

Shades of Jazzberry Jam #AE1C72

Tints of Jazzberry Jam #AE1C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 55.06%
G = 8.86%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE1C72 (or 0xAE1C72) is known color: Jazzberry Jam. HEX triplet: AE, 1C and 72. RGB value is (174,28,114). Sum of RGB (Red+Green+Blue) = 174+28+114=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1C72 is #51E38D. Grayscale: #515151. Windows color (decimal): -5366670 or 7478446. OLE color: 7478446.

HSL color Cylindrical-coordinate representation of color #AE1C72: hue angle of 324.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1C72 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 28 114 -
CMYK 0 0.84 0.34 0.32
HSL 324.66º 0.72% 0.4% -
HSV(B) 324.66º 0.84% 0.68% -
XYZ 20.91 11.04 16.95 -
YUV 81.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 174 28 114 0 0.84 0.34 0.32 324.66 0.72 0.4
Hex AE 1C 72 0 54 22 20 145 48 28
Octal 256 34 162 0 124 42 40 505 110 50
Binary 10101110 11100 1110010 0 1010100 100010 100000 101000101 1001000 101000

Color Harmonies of #AE1C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1C72

Black with #AE1C72

Text Example


Text Example

White with #AE1C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1C72; }

 p { color: rgb(174,28,114); }

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

background-color css

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

 a { background-color: rgb(174,28,114); }

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

border-color css

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

 span { border-color: rgb(174,28,114); }

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