Html Css Color HEX #AE0259 Jazzberry Jam

📋 copy color: '#AE0259'

red 174 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #AE0259

Tints of Jazzberry Jam #AE0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 65.66%
G = 0.75%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE0259 (or 0xAE0259) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 59. RGB value is (174,2,89). Sum of RGB (Red+Green+Blue) = 174+2+89=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0259 is #51FDA6. Grayscale: #3F3F3F. Windows color (decimal): -5373351 or 5833390. OLE color: 5833390.

HSL color Cylindrical-coordinate representation of color #AE0259: hue angle of 329.65º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0259 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 89 -
CMYK 0 0.99 0.49 0.32
HSL 329.65º 0.98% 0.35% -
HSV(B) 329.65º 0.99% 0.68% -
XYZ 19.28 9.76 10.32 -
YUV 63.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 174 2 89 0 0.99 0.49 0.32 329.65 0.98 0.35
Hex AE 2 59 0 63 31 20 14A 62 23
Octal 256 2 131 0 143 61 40 512 142 43
Binary 10101110 10 1011001 0 1100011 110001 100000 101001010 1100010 100011

Color Harmonies of #AE0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0259

Black with #AE0259

Text Example


Text Example

White with #AE0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0259; }

 p { color: rgb(174,2,89); }

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

background-color css

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

 a { background-color: rgb(174,2,89); }

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

border-color css

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

 span { border-color: rgb(174,2,89); }

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