Html Css Color HEX #AE0147 Jazzberry Jam

📋 copy color: '#AE0147'

red 174 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #AE0147

Tints of Jazzberry Jam #AE0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 70.73%
G = 0.41%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE0147 (or 0xAE0147) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 47. RGB value is (174,1,71). Sum of RGB (Red+Green+Blue) = 174+1+71=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0147 is #51FEB8. Grayscale: #3C3C3C. Windows color (decimal): -5373625 or 4653486. OLE color: 4653486.

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

Color convert

RGB 174 1 71 -
CMYK 0 0.99 0.59 0.32
HSL 335.72º 0.99% 0.34% -
HSV(B) 335.72º 0.99% 0.68% -
XYZ 18.6 9.48 6.81 -
YUV 60.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 174 1 71 0 0.99 0.59 0.32 335.72 0.99 0.34
Hex AE 1 47 0 63 3B 20 150 63 22
Octal 256 1 107 0 143 73 40 520 143 42
Binary 10101110 1 1000111 0 1100011 111011 100000 101010000 1100011 100010

Color Harmonies of #AE0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0147

Black with #AE0147

Text Example


Text Example

White with #AE0147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0147; }

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

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

background-color css

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

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

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

border-color css

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

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

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