Html Css Color HEX #AE0043 Jazzberry Jam

📋 copy color: '#AE0043'

red 174 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #AE0043

Tints of Jazzberry Jam #AE0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 27.8%

R = 72.2%
G = 0%
B = 27.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE0043 (or 0xAE0043) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 43. RGB value is (174,0,67). Sum of RGB (Red+Green+Blue) = 174+0+67=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0043 is #51FFBC. Grayscale: #3B3B3B. Windows color (decimal): -5373885 or 4391086. OLE color: 4391086.

HSL color Cylindrical-coordinate representation of color #AE0043: hue angle of 336.9º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0043 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 67 -
CMYK 0 1 0.61 0.32
HSL 336.9º 1% 0.34% -
HSV(B) 336.9º 1% 0.68% -
XYZ 18.47 9.4 6.15 -
YUV 59.66 132.15 209.55 -
System Red Green Blue C M Y K H S L
Decimal 174 0 67 0 1 0.61 0.32 336.9 1 0.34
Hex AE 0 43 0 64 3D 20 151 64 22
Octal 256 0 103 0 144 75 40 521 144 42
Binary 10101110 0 1000011 0 1100100 111101 100000 101010001 1100100 100010

Color Harmonies of #AE0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0043

Black with #AE0043

Text Example


Text Example

White with #AE0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0043; }

 p { color: rgb(174,0,67); }

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

background-color css

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

 a { background-color: rgb(174,0,67); }

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

border-color css

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

 span { border-color: rgb(174,0,67); }

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