Html Css Color HEX #AE036C Jazzberry Jam

📋 copy color: '#AE036C'

red 174 ◦ green 3 ◦ blue 108

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

Shades of Jazzberry Jam #AE036C

Tints of Jazzberry Jam #AE036C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 61.05%
G = 1.05%
B = 37.89%

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

#AE036C (or 0xAE036C) is known color: Jazzberry Jam. HEX triplet: AE, 03 and 6C. RGB value is (174,3,108). Sum of RGB (Red+Green+Blue) = 174+3+108=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE036C is #51FC93. Grayscale: #414141. Windows color (decimal): -5373076 or 7078830. OLE color: 7078830.

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

Color convert

RGB 174 3 108 -
CMYK 0 0.98 0.38 0.32
HSL 323.16º 0.97% 0.35% -
HSV(B) 323.16º 0.98% 0.68% -
XYZ 20.19 10.15 15.08 -
YUV 66.1 151.65 204.96 -
System Red Green Blue C M Y K H S L
Decimal 174 3 108 0 0.98 0.38 0.32 323.16 0.97 0.35
Hex AE 3 6C 0 62 26 20 143 61 23
Octal 256 3 154 0 142 46 40 503 141 43
Binary 10101110 11 1101100 0 1100010 100110 100000 101000011 1100001 100011

Color Harmonies of #AE036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE036C

Black with #AE036C

Text Example


Text Example

White with #AE036C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE036C; }

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

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

background-color css

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

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

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

border-color css

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

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

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