Html Css Color HEX #AE046C Jazzberry Jam

📋 copy color: '#AE046C'

red 174 ◦ green 4 ◦ blue 108

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

Shades of Jazzberry Jam #AE046C

Tints of Jazzberry Jam #AE046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 60.84%
G = 1.4%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE046C (or 0xAE046C) is known color: Jazzberry Jam. HEX triplet: AE, 04 and 6C. RGB value is (174,4,108). Sum of RGB (Red+Green+Blue) = 174+4+108=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE046C is #51FB93. Grayscale: #424242. Windows color (decimal): -5372820 or 7079086. OLE color: 7079086.

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

Color convert

RGB 174 4 108 -
CMYK 0 0.98 0.38 0.32
HSL 323.29º 0.96% 0.35% -
HSV(B) 323.29º 0.98% 0.68% -
XYZ 20.21 10.17 15.09 -
YUV 66.69 151.32 204.54 -
System Red Green Blue C M Y K H S L
Decimal 174 4 108 0 0.98 0.38 0.32 323.29 0.96 0.35
Hex AE 4 6C 0 62 26 20 143 60 23
Octal 256 4 154 0 142 46 40 503 140 43
Binary 10101110 100 1101100 0 1100010 100110 100000 101000011 1100000 100011

Color Harmonies of #AE046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE046C

Black with #AE046C

Text Example


Text Example

White with #AE046C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE046C; }

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

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

background-color css

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

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

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

border-color css

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

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

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