Html Css Color HEX #AE005F Jazzberry Jam

📋 copy color: '#AE005F'

red 174 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #AE005F

Tints of Jazzberry Jam #AE005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.32%

R = 64.68%
G = 0%
B = 35.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE005F (or 0xAE005F) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5F. RGB value is (174,0,95). Sum of RGB (Red+Green+Blue) = 174+0+95=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005F is #51FFA0. Grayscale: #3E3E3E. Windows color (decimal): -5373857 or 6226094. OLE color: 6226094.

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

Color convert

RGB 174 0 95 -
CMYK 0 1 0.45 0.32
HSL 327.24º 1% 0.34% -
HSV(B) 327.24º 1% 0.68% -
XYZ 19.52 9.82 11.69 -
YUV 62.86 146.15 207.28 -
System Red Green Blue C M Y K H S L
Decimal 174 0 95 0 1 0.45 0.32 327.24 1 0.34
Hex AE 0 5F 0 64 2D 20 147 64 22
Octal 256 0 137 0 144 55 40 507 144 42
Binary 10101110 0 1011111 0 1100100 101101 100000 101000111 1100100 100010

Color Harmonies of #AE005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE005F

Black with #AE005F

Text Example


Text Example

White with #AE005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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