Html Css Color HEX #AE014A Jazzberry Jam

📋 copy color: '#AE014A'

red 174 ◦ green 1 ◦ blue 74

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

Shades of Jazzberry Jam #AE014A

Tints of Jazzberry Jam #AE014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 69.88%
G = 0.4%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE014A (or 0xAE014A) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 4A. RGB value is (174,1,74). Sum of RGB (Red+Green+Blue) = 174+1+74=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE014A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE014A is #51FEB5. Grayscale: #3C3C3C. Windows color (decimal): -5373622 or 4850094. OLE color: 4850094.

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

Color convert

RGB 174 1 74 -
CMYK 0 0.99 0.57 0.32
HSL 334.68º 0.99% 0.34% -
HSV(B) 334.68º 0.99% 0.68% -
XYZ 18.7 9.51 7.33 -
YUV 61.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 174 1 74 0 0.99 0.57 0.32 334.68 0.99 0.34
Hex AE 1 4A 0 63 39 20 14F 63 22
Octal 256 1 112 0 143 71 40 517 143 42
Binary 10101110 1 1001010 0 1100011 111001 100000 101001111 1100011 100010

Color Harmonies of #AE014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE014A

Black with #AE014A

Text Example


Text Example

White with #AE014A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE014A; }

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

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

background-color css

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

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

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

border-color css

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

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

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