Html Css Color HEX #AE014D Jazzberry Jam

📋 copy color: '#AE014D'

red 174 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #AE014D

Tints of Jazzberry Jam #AE014D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.56%

R = 69.05%
G = 0.4%
B = 30.56%

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

#AE014D (or 0xAE014D) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 4D. RGB value is (174,1,77). Sum of RGB (Red+Green+Blue) = 174+1+77=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE014D is #51FEB2. Grayscale: #3D3D3D. Windows color (decimal): -5373619 or 5046702. OLE color: 5046702.

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

Color convert

RGB 174 1 77 -
CMYK 0 0.99 0.56 0.32
HSL 333.64º 0.99% 0.34% -
HSV(B) 333.64º 0.99% 0.68% -
XYZ 18.81 9.56 7.87 -
YUV 61.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 174 1 77 0 0.99 0.56 0.32 333.64 0.99 0.34
Hex AE 1 4D 0 63 38 20 14E 63 22
Octal 256 1 115 0 143 70 40 516 143 42
Binary 10101110 1 1001101 0 1100011 111000 100000 101001110 1100011 100010

Color Harmonies of #AE014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE014D

Black with #AE014D

Text Example


Text Example

White with #AE014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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