Html Css Color HEX #AE0261 Jazzberry Jam

📋 copy color: '#AE0261'

red 174 ◦ green 2 ◦ blue 97

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

Shades of Jazzberry Jam #AE0261

Tints of Jazzberry Jam #AE0261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.53%

R = 63.74%
G = 0.73%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE0261 (or 0xAE0261) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 61. RGB value is (174,2,97). Sum of RGB (Red+Green+Blue) = 174+2+97=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0261 is #51FD9E. Grayscale: #404040. Windows color (decimal): -5373343 or 6357678. OLE color: 6357678.

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

Color convert

RGB 174 2 97 -
CMYK 0 0.99 0.44 0.32
HSL 326.86º 0.98% 0.35% -
HSV(B) 326.86º 0.99% 0.68% -
XYZ 19.63 9.91 12.19 -
YUV 64.26 146.48 206.28 -
System Red Green Blue C M Y K H S L
Decimal 174 2 97 0 0.99 0.44 0.32 326.86 0.98 0.35
Hex AE 2 61 0 63 2C 20 147 62 23
Octal 256 2 141 0 143 54 40 507 142 43
Binary 10101110 10 1100001 0 1100011 101100 100000 101000111 1100010 100011

Color Harmonies of #AE0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0261

Black with #AE0261

Text Example


Text Example

White with #AE0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0261; }

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

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

background-color css

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

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

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

border-color css

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

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

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