Html Css Color HEX #AA2367 Jazzberry Jam

📋 copy color: '#AA2367'

red 170 ◦ green 35 ◦ blue 103

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

Shades of Jazzberry Jam #AA2367

Tints of Jazzberry Jam #AA2367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.44%

R = 55.19%
G = 11.36%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA2367 (or 0xAA2367) is known color: Jazzberry Jam. HEX triplet: AA, 23 and 67. RGB value is (170,35,103). Sum of RGB (Red+Green+Blue) = 170+35+103=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2367 is #55DC98. Grayscale: #525252. Windows color (decimal): -5627033 or 6759338. OLE color: 6759338.

HSL color Cylindrical-coordinate representation of color #AA2367: hue angle of 329.78º 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 #AA2367 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 35 103 -
CMYK 0 0.79 0.39 0.33
HSL 329.78º 0.66% 0.4% -
HSV(B) 329.78º 0.79% 0.67% -
XYZ 19.63 10.73 13.87 -
YUV 83.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 170 35 103 0 0.79 0.39 0.33 329.78 0.66 0.4
Hex AA 23 67 0 4F 27 21 14A 42 28
Octal 252 43 147 0 117 47 41 512 102 50
Binary 10101010 100011 1100111 0 1001111 100111 100001 101001010 1000010 101000

Color Harmonies of #AA2367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2367

Black with #AA2367

Text Example


Text Example

White with #AA2367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2367; }

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

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

background-color css

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

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

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

border-color css

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

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

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