Html Css Color HEX #AE014C Jazzberry Jam

📋 copy color: '#AE014C'

red 174 ◦ green 1 ◦ blue 76

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

Shades of Jazzberry Jam #AE014C

Tints of Jazzberry Jam #AE014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 69.32%
G = 0.4%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE014C (or 0xAE014C) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 4C. RGB value is (174,1,76). Sum of RGB (Red+Green+Blue) = 174+1+76=251 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.32% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 174 - color contains mainly: red. Hex color #AE014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE014C is #51FEB3. Grayscale: #3D3D3D. Windows color (decimal): -5373620 or 4981166. OLE color: 4981166.

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

Color convert

RGB 174 1 76 -
CMYK 0 0.99 0.56 0.32
HSL 333.99º 0.99% 0.34% -
HSV(B) 333.99º 0.99% 0.68% -
XYZ 18.77 9.54 7.69 -
YUV 61.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 174 1 76 0 0.99 0.56 0.32 333.99 0.99 0.34
Hex AE 1 4C 0 63 38 20 14E 63 22
Octal 256 1 114 0 143 70 40 516 143 42
Binary 10101110 1 1001100 0 1100011 111000 100000 101001110 1100011 100010

Color Harmonies of #AE014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE014C

Black with #AE014C

Text Example


Text Example

White with #AE014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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