Html Css Color HEX #AA236C Jazzberry Jam

📋 copy color: '#AA236C'

red 170 ◦ green 35 ◦ blue 108

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

Shades of Jazzberry Jam #AA236C

Tints of Jazzberry Jam #AA236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 54.31%
G = 11.18%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA236C (or 0xAA236C) is known color: Jazzberry Jam. HEX triplet: AA, 23 and 6C. RGB value is (170,35,108). Sum of RGB (Red+Green+Blue) = 170+35+108=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA236C is #55DC93. Grayscale: #535353. Windows color (decimal): -5627028 or 7087018. OLE color: 7087018.

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

Color convert

RGB 170 35 108 -
CMYK 0 0.79 0.36 0.33
HSL 327.56º 0.66% 0.4% -
HSV(B) 327.56º 0.79% 0.67% -
XYZ 19.89 10.83 15.23 -
YUV 83.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 170 35 108 0 0.79 0.36 0.33 327.56 0.66 0.4
Hex AA 23 6C 0 4F 24 21 148 42 28
Octal 252 43 154 0 117 44 41 510 102 50
Binary 10101010 100011 1101100 0 1001111 100100 100001 101001000 1000010 101000

Color Harmonies of #AA236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA236C

Black with #AA236C

Text Example


Text Example

White with #AA236C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA236C; }

 p { color: rgb(170,35,108); }

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

background-color css

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

 a { background-color: rgb(170,35,108); }

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

border-color css

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

 span { border-color: rgb(170,35,108); }

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