Html Css Color HEX #AE0146 Jazzberry Jam

📋 copy color: '#AE0146'

red 174 ◦ green 1 ◦ blue 70

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

Shades of Jazzberry Jam #AE0146

Tints of Jazzberry Jam #AE0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 71.02%
G = 0.41%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE0146 (or 0xAE0146) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 46. RGB value is (174,1,70). Sum of RGB (Red+Green+Blue) = 174+1+70=245 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.02% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0146 is #51FEB9. Grayscale: #3C3C3C. Windows color (decimal): -5373626 or 4587950. OLE color: 4587950.

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

Color convert

RGB 174 1 70 -
CMYK 0 0.99 0.60 0.32
HSL 336.07º 0.99% 0.34% -
HSV(B) 336.07º 0.99% 0.68% -
XYZ 18.57 9.46 6.64 -
YUV 60.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 174 1 70 0 0.99 0.60 0.32 336.07 0.99 0.34
Hex AE 1 46 0 63 3C 20 150 63 22
Octal 256 1 106 0 143 74 40 520 143 42
Binary 10101110 1 1000110 0 1100011 111100 100000 101010000 1100011 100010

Color Harmonies of #AE0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0146

Black with #AE0146

Text Example


Text Example

White with #AE0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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