Html Css Color HEX #AA0358 Jazzberry Jam

📋 copy color: '#AA0358'

red 170 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #AA0358

Tints of Jazzberry Jam #AA0358

RGB

 RED value IS 170 (66.8% from 255) = 65.13%

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 88 (34.77% from 255) = 33.72%

R = 65.13%
G = 1.15%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0358 (or 0xAA0358) is known color: Jazzberry Jam. HEX triplet: AA, 03 and 58. RGB value is (170,3,88). Sum of RGB (Red+Green+Blue) = 170+3+88=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0358 is #55FCA7. Grayscale: #3E3E3E. Windows color (decimal): -5635240 or 5768106. OLE color: 5768106.

HSL color Cylindrical-coordinate representation of color #AA0358: hue angle of 329.46º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0358 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 3 88 -
CMYK 0 0.98 0.48 0.33
HSL 329.46º 0.97% 0.34% -
HSV(B) 329.46º 0.98% 0.67% -
XYZ 18.37 9.32 10.06 -
YUV 62.62 142.33 204.59 -
System Red Green Blue C M Y K H S L
Decimal 170 3 88 0 0.98 0.48 0.33 329.46 0.97 0.34
Hex AA 3 58 0 62 30 21 149 61 22
Octal 252 3 130 0 142 60 41 511 141 42
Binary 10101010 11 1011000 0 1100010 110000 100001 101001001 1100001 100010

Color Harmonies of #AA0358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0358

Black with #AA0358

Text Example


Text Example

White with #AA0358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0358; }

 p { color: rgb(170,3,88); }

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

background-color css

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

 a { background-color: rgb(170,3,88); }

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

border-color css

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

 span { border-color: rgb(170,3,88); }

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