Html Css Color HEX #AA0058 Jazzberry Jam

📋 copy color: '#AA0058'

red 170 ◦ green 0 ◦ blue 88

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

Shades of Jazzberry Jam #AA0058

Tints of Jazzberry Jam #AA0058

RGB

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

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

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

R = 65.89%
G = 0%
B = 34.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AA0058 (or 0xAA0058) is known color: Jazzberry Jam. HEX triplet: AA, 00 and 58. RGB value is (170,0,88). Sum of RGB (Red+Green+Blue) = 170+0+88=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0058 is #55FFA7. Grayscale: #3C3C3C. Windows color (decimal): -5636008 or 5767338. OLE color: 5767338.

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

Color convert

RGB 170 0 88 -
CMYK 0 1 0.48 0.33
HSL 328.94º 1% 0.33% -
HSV(B) 328.94º 1% 0.67% -
XYZ 18.34 9.25 10.05 -
YUV 60.86 143.32 205.84 -
System Red Green Blue C M Y K H S L
Decimal 170 0 88 0 1 0.48 0.33 328.94 1 0.33
Hex AA 0 58 0 64 30 21 149 64 21
Octal 252 0 130 0 144 60 41 511 144 41
Binary 10101010 0 1011000 0 1100100 110000 100001 101001001 1100100 100001

Color Harmonies of #AA0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0058

Black with #AA0058

Text Example


Text Example

White with #AA0058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0058; }

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

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

background-color css

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

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

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

border-color css

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

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

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