Html Css Color HEX #AE0247 Jazzberry Jam

📋 copy color: '#AE0247'

red 174 ◦ green 2 ◦ blue 71

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

Shades of Jazzberry Jam #AE0247

Tints of Jazzberry Jam #AE0247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

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

R = 70.45%
G = 0.81%
B = 28.74%

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

#AE0247 (or 0xAE0247) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 47. RGB value is (174,2,71). Sum of RGB (Red+Green+Blue) = 174+2+71=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0247 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0247 is #51FDB8. Grayscale: #3D3D3D. Windows color (decimal): -5373369 or 4653742. OLE color: 4653742.

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

Color convert

RGB 174 2 71 -
CMYK 0 0.99 0.59 0.32
HSL 335.93º 0.98% 0.35% -
HSV(B) 335.93º 0.99% 0.68% -
XYZ 18.61 9.5 6.81 -
YUV 61.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 174 2 71 0 0.99 0.59 0.32 335.93 0.98 0.35
Hex AE 2 47 0 63 3B 20 150 62 23
Octal 256 2 107 0 143 73 40 520 142 43
Binary 10101110 10 1000111 0 1100011 111011 100000 101010000 1100010 100011

Color Harmonies of #AE0247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0247

Black with #AE0247

Text Example


Text Example

White with #AE0247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0247; }

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

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

background-color css

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

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

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

border-color css

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

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

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