Html Css Color HEX #AE005D Jazzberry Jam

📋 copy color: '#AE005D'

red 174 ◦ green 0 ◦ blue 93

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

Shades of Jazzberry Jam #AE005D

Tints of Jazzberry Jam #AE005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.83%

R = 65.17%
G = 0%
B = 34.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE005D (or 0xAE005D) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5D. RGB value is (174,0,93). Sum of RGB (Red+Green+Blue) = 174+0+93=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005D is #51FFA2. Grayscale: #3E3E3E. Windows color (decimal): -5373859 or 6095022. OLE color: 6095022.

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

Color convert

RGB 174 0 93 -
CMYK 0 1 0.47 0.32
HSL 327.93º 1% 0.34% -
HSV(B) 327.93º 1% 0.68% -
XYZ 19.43 9.79 11.22 -
YUV 62.63 145.15 207.44 -
System Red Green Blue C M Y K H S L
Decimal 174 0 93 0 1 0.47 0.32 327.93 1 0.34
Hex AE 0 5D 0 64 2F 20 148 64 22
Octal 256 0 135 0 144 57 40 510 144 42
Binary 10101110 0 1011101 0 1100100 101111 100000 101001000 1100100 100010

Color Harmonies of #AE005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE005D

Black with #AE005D

Text Example


Text Example

White with #AE005D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE005D; }

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

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

background-color css

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

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

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

border-color css

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

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

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