Html Css Color HEX #AE016C Jazzberry Jam

📋 copy color: '#AE016C'

red 174 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #AE016C

Tints of Jazzberry Jam #AE016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 61.48%
G = 0.35%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE016C (or 0xAE016C) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 6C. RGB value is (174,1,108). Sum of RGB (Red+Green+Blue) = 174+1+108=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016C is #51FE93. Grayscale: #404040. Windows color (decimal): -5373588 or 7078318. OLE color: 7078318.

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

Color convert

RGB 174 1 108 -
CMYK 0 0.99 0.38 0.32
HSL 322.89º 0.99% 0.34% -
HSV(B) 322.89º 0.99% 0.68% -
XYZ 20.17 10.1 15.07 -
YUV 64.93 152.31 205.8 -
System Red Green Blue C M Y K H S L
Decimal 174 1 108 0 0.99 0.38 0.32 322.89 0.99 0.34
Hex AE 1 6C 0 63 26 20 143 63 22
Octal 256 1 154 0 143 46 40 503 143 42
Binary 10101110 1 1101100 0 1100011 100110 100000 101000011 1100011 100010

Color Harmonies of #AE016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE016C

Black with #AE016C

Text Example


Text Example

White with #AE016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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