Html Css Color HEX #AE076C Jazzberry Jam

📋 copy color: '#AE076C'

red 174 ◦ green 7 ◦ blue 108

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

Shades of Jazzberry Jam #AE076C

Tints of Jazzberry Jam #AE076C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 60.21%
G = 2.42%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE076C (or 0xAE076C) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 6C. RGB value is (174,7,108). Sum of RGB (Red+Green+Blue) = 174+7+108=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE076C is #51F893. Grayscale: #444444. Windows color (decimal): -5372052 or 7079854. OLE color: 7079854.

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

Color convert

RGB 174 7 108 -
CMYK 0 0.96 0.38 0.32
HSL 323.71º 0.92% 0.35% -
HSV(B) 323.71º 0.96% 0.68% -
XYZ 20.24 10.23 15.1 -
YUV 68.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 174 7 108 0 0.96 0.38 0.32 323.71 0.92 0.35
Hex AE 7 6C 0 60 26 20 144 5C 23
Octal 256 7 154 0 140 46 40 504 134 43
Binary 10101110 111 1101100 0 1100000 100110 100000 101000100 1011100 100011

Color Harmonies of #AE076C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE076C

Black with #AE076C

Text Example


Text Example

White with #AE076C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE076C; }

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

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

background-color css

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

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

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

border-color css

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

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

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