Html Css Color HEX #AE0649 Jazzberry Jam

📋 copy color: '#AE0649'

red 174 ◦ green 6 ◦ blue 73

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

Shades of Jazzberry Jam #AE0649

Tints of Jazzberry Jam #AE0649

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 73 (28.91% from 255) = 28.85%

R = 68.77%
G = 2.37%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE0649 (or 0xAE0649) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 49. RGB value is (174,6,73). Sum of RGB (Red+Green+Blue) = 174+6+73=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0649 is #51F9B6. Grayscale: #3F3F3F. Windows color (decimal): -5372343 or 4785838. OLE color: 4785838.

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

Color convert

RGB 174 6 73 -
CMYK 0 0.97 0.58 0.32
HSL 336.07º 0.93% 0.35% -
HSV(B) 336.07º 0.97% 0.68% -
XYZ 18.72 9.61 7.17 -
YUV 63.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 174 6 73 0 0.97 0.58 0.32 336.07 0.93 0.35
Hex AE 6 49 0 61 3A 20 150 5D 23
Octal 256 6 111 0 141 72 40 520 135 43
Binary 10101110 110 1001001 0 1100001 111010 100000 101010000 1011101 100011

Color Harmonies of #AE0649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0649

Black with #AE0649

Text Example


Text Example

White with #AE0649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0649; }

 p { color: rgb(174,6,73); }

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

background-color css

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

 a { background-color: rgb(174,6,73); }

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

border-color css

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

 span { border-color: rgb(174,6,73); }

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