Html Css Color HEX #AE0156 Jazzberry Jam

📋 copy color: '#AE0156'

red 174 ◦ green 1 ◦ blue 86

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

Shades of Jazzberry Jam #AE0156

Tints of Jazzberry Jam #AE0156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 86 (33.98% from 255) = 32.95%

R = 66.67%
G = 0.38%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE0156 (or 0xAE0156) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 56. RGB value is (174,1,86). Sum of RGB (Red+Green+Blue) = 174+1+86=261 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.67% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0156 is #51FEA9. Grayscale: #3E3E3E. Windows color (decimal): -5373610 or 5636526. OLE color: 5636526.

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

Color convert

RGB 174 1 86 -
CMYK 0 0.99 0.51 0.32
HSL 330.52º 0.99% 0.34% -
HSV(B) 330.52º 0.99% 0.68% -
XYZ 19.15 9.69 9.67 -
YUV 62.42 141.31 207.59 -
System Red Green Blue C M Y K H S L
Decimal 174 1 86 0 0.99 0.51 0.32 330.52 0.99 0.34
Hex AE 1 56 0 63 33 20 14B 63 22
Octal 256 1 126 0 143 63 40 513 143 42
Binary 10101110 1 1010110 0 1100011 110011 100000 101001011 1100011 100010

Color Harmonies of #AE0156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0156

Black with #AE0156

Text Example


Text Example

White with #AE0156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0156; }

 p { color: rgb(174,1,86); }

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

background-color css

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

 a { background-color: rgb(174,1,86); }

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

border-color css

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

 span { border-color: rgb(174,1,86); }

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