Html Css Color HEX #AE0142 Jazzberry Jam

📋 copy color: '#AE0142'

red 174 ◦ green 1 ◦ blue 66

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

Shades of Jazzberry Jam #AE0142

Tints of Jazzberry Jam #AE0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.39%

R = 72.2%
G = 0.41%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE0142 (or 0xAE0142) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 42. RGB value is (174,1,66). Sum of RGB (Red+Green+Blue) = 174+1+66=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0142 is #51FEBD. Grayscale: #3C3C3C. Windows color (decimal): -5373630 or 4325806. OLE color: 4325806.

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

Color convert

RGB 174 1 66 -
CMYK 0 0.99 0.62 0.32
HSL 337.46º 0.99% 0.34% -
HSV(B) 337.46º 0.99% 0.68% -
XYZ 18.45 9.41 6 -
YUV 60.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 174 1 66 0 0.99 0.62 0.32 337.46 0.99 0.34
Hex AE 1 42 0 63 3E 20 151 63 22
Octal 256 1 102 0 143 76 40 521 143 42
Binary 10101110 1 1000010 0 1100011 111110 100000 101010001 1100011 100010

Color Harmonies of #AE0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0142

Black with #AE0142

Text Example


Text Example

White with #AE0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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