Html Css Color HEX #AE0D6F Jazzberry Jam

📋 copy color: '#AE0D6F'

red 174 ◦ green 13 ◦ blue 111

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

Shades of Jazzberry Jam #AE0D6F

Tints of Jazzberry Jam #AE0D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 58.39%
G = 4.36%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE0D6F (or 0xAE0D6F) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 6F. RGB value is (174,13,111). Sum of RGB (Red+Green+Blue) = 174+13+111=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D6F is #51F290. Grayscale: #484848. Windows color (decimal): -5370513 or 7277998. OLE color: 7277998.

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

Color convert

RGB 174 13 111 -
CMYK 0 0.93 0.36 0.32
HSL 323.48º 0.86% 0.37% -
HSV(B) 323.48º 0.93% 0.68% -
XYZ 20.47 10.43 15.97 -
YUV 72.31 149.84 200.53 -
System Red Green Blue C M Y K H S L
Decimal 174 13 111 0 0.93 0.36 0.32 323.48 0.86 0.37
Hex AE D 6F 0 5D 24 20 143 56 25
Octal 256 15 157 0 135 44 40 503 126 45
Binary 10101110 1101 1101111 0 1011101 100100 100000 101000011 1010110 100101

Color Harmonies of #AE0D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D6F

Black with #AE0D6F

Text Example


Text Example

White with #AE0D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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