Html Css Color HEX #AE005E Jazzberry Jam

📋 copy color: '#AE005E'

red 174 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #AE005E

Tints of Jazzberry Jam #AE005E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 64.93%
G = 0%
B = 35.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE005E (or 0xAE005E) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5E. RGB value is (174,0,94). Sum of RGB (Red+Green+Blue) = 174+0+94=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005E is #51FFA1. Grayscale: #3E3E3E. Windows color (decimal): -5373858 or 6160558. OLE color: 6160558.

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

Color convert

RGB 174 0 94 -
CMYK 0 1 0.46 0.32
HSL 327.59º 1% 0.34% -
HSV(B) 327.59º 1% 0.68% -
XYZ 19.48 9.81 11.46 -
YUV 62.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 174 0 94 0 1 0.46 0.32 327.59 1 0.34
Hex AE 0 5E 0 64 2E 20 148 64 22
Octal 256 0 136 0 144 56 40 510 144 42
Binary 10101110 0 1011110 0 1100100 101110 100000 101001000 1100100 100010

Color Harmonies of #AE005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE005E

Black with #AE005E

Text Example


Text Example

White with #AE005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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