Html Css Color HEX #AE004F Jazzberry Jam

📋 copy color: '#AE004F'

red 174 ◦ green 0 ◦ blue 79

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

Shades of Jazzberry Jam #AE004F

Tints of Jazzberry Jam #AE004F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 68.77%
G = 0%
B = 31.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE004F (or 0xAE004F) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 4F. RGB value is (174,0,79). Sum of RGB (Red+Green+Blue) = 174+0+79=253 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.77% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 174 - color contains mainly: red. Hex color #AE004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE004F is #51FFB0. Grayscale: #3C3C3C. Windows color (decimal): -5373873 or 5177518. OLE color: 5177518.

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

Color convert

RGB 174 0 79 -
CMYK 0 1 0.55 0.32
HSL 332.76º 1% 0.34% -
HSV(B) 332.76º 1% 0.68% -
XYZ 18.87 9.56 8.25 -
YUV 61.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 174 0 79 0 1 0.55 0.32 332.76 1 0.34
Hex AE 0 4F 0 64 37 20 14D 64 22
Octal 256 0 117 0 144 67 40 515 144 42
Binary 10101110 0 1001111 0 1100100 110111 100000 101001101 1100100 100010

Color Harmonies of #AE004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE004F

Black with #AE004F

Text Example


Text Example

White with #AE004F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE004F; }

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

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

background-color css

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

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

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

border-color css

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

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

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