Html Css Color HEX #AE0773 Jazzberry Jam

📋 copy color: '#AE0773'

red 174 ◦ green 7 ◦ blue 115

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

Shades of Jazzberry Jam #AE0773

Tints of Jazzberry Jam #AE0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.36%

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 58.78%
G = 2.36%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE0773 (or 0xAE0773) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 73. RGB value is (174,7,115). Sum of RGB (Red+Green+Blue) = 174+7+115=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0773 is #51F88C. Grayscale: #444444. Windows color (decimal): -5372045 or 7538606. OLE color: 7538606.

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

Color convert

RGB 174 7 115 -
CMYK 0 0.96 0.34 0.32
HSL 321.2º 0.92% 0.35% -
HSV(B) 321.2º 0.96% 0.68% -
XYZ 20.63 10.39 17.14 -
YUV 69.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 174 7 115 0 0.96 0.34 0.32 321.2 0.92 0.35
Hex AE 7 73 0 60 22 20 141 5C 23
Octal 256 7 163 0 140 42 40 501 134 43
Binary 10101110 111 1110011 0 1100000 100010 100000 101000001 1011100 100011

Color Harmonies of #AE0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0773

Black with #AE0773

Text Example


Text Example

White with #AE0773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0773; }

 p { color: rgb(174,7,115); }

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

background-color css

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

 a { background-color: rgb(174,7,115); }

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

border-color css

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

 span { border-color: rgb(174,7,115); }

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