Html Css Color HEX #AE0D77 Jazzberry Jam

📋 copy color: '#AE0D77'

red 174 ◦ green 13 ◦ blue 119

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

Shades of Jazzberry Jam #AE0D77

Tints of Jazzberry Jam #AE0D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.25%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 56.86%
G = 4.25%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE0D77 (or 0xAE0D77) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 77. RGB value is (174,13,119). Sum of RGB (Red+Green+Blue) = 174+13+119=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D77 is #51F288. Grayscale: #484848. Windows color (decimal): -5370505 or 7802286. OLE color: 7802286.

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

Color convert

RGB 174 13 119 -
CMYK 0 0.93 0.32 0.32
HSL 320.5º 0.86% 0.37% -
HSV(B) 320.5º 0.93% 0.68% -
XYZ 20.93 10.62 18.4 -
YUV 73.22 153.84 199.88 -
System Red Green Blue C M Y K H S L
Decimal 174 13 119 0 0.93 0.32 0.32 320.5 0.86 0.37
Hex AE D 77 0 5D 20 20 140 56 25
Octal 256 15 167 0 135 40 40 500 126 45
Binary 10101110 1101 1110111 0 1011101 100000 100000 101000000 1010110 100101

Color Harmonies of #AE0D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D77

Black with #AE0D77

Text Example


Text Example

White with #AE0D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D77; }

 p { color: rgb(174,13,119); }

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

background-color css

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

 a { background-color: rgb(174,13,119); }

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

border-color css

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

 span { border-color: rgb(174,13,119); }

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