Html Css Color HEX #AE0050 Jazzberry Jam

📋 copy color: '#AE0050'

red 174 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #AE0050

Tints of Jazzberry Jam #AE0050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 68.5%
G = 0%
B = 31.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE0050 (or 0xAE0050) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 50. RGB value is (174,0,80). Sum of RGB (Red+Green+Blue) = 174+0+80=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0050 is #51FFAF. Grayscale: #3D3D3D. Windows color (decimal): -5373872 or 5243054. OLE color: 5243054.

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

Color convert

RGB 174 0 80 -
CMYK 0 1 0.54 0.32
HSL 332.41º 1% 0.34% -
HSV(B) 332.41º 1% 0.68% -
XYZ 18.9 9.58 8.44 -
YUV 61.15 138.65 208.5 -
System Red Green Blue C M Y K H S L
Decimal 174 0 80 0 1 0.54 0.32 332.41 1 0.34
Hex AE 0 50 0 64 36 20 14C 64 22
Octal 256 0 120 0 144 66 40 514 144 42
Binary 10101110 0 1010000 0 1100100 110110 100000 101001100 1100100 100010

Color Harmonies of #AE0050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0050

Black with #AE0050

Text Example


Text Example

White with #AE0050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0050; }

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

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

background-color css

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

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

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

border-color css

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

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

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