Html Css Color HEX #AA0567 Jazzberry Jam

📋 copy color: '#AA0567'

red 170 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #AA0567

Tints of Jazzberry Jam #AA0567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.8%

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

R = 61.15%
G = 1.8%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA0567 (or 0xAA0567) is known color: Jazzberry Jam. HEX triplet: AA, 05 and 67. RGB value is (170,5,103). Sum of RGB (Red+Green+Blue) = 170+5+103=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 103 (40.62% from 255 or 37.05% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0567 is #55FA98. Grayscale: #414141. Windows color (decimal): -5634713 or 6751658. OLE color: 6751658.

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

Color convert

RGB 170 5 103 -
CMYK 0 0.97 0.39 0.33
HSL 324.36º 0.94% 0.34% -
HSV(B) 324.36º 0.97% 0.67% -
XYZ 19.08 9.63 13.69 -
YUV 65.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 170 5 103 0 0.97 0.39 0.33 324.36 0.94 0.34
Hex AA 5 67 0 61 27 21 144 5E 22
Octal 252 5 147 0 141 47 41 504 136 42
Binary 10101010 101 1100111 0 1100001 100111 100001 101000100 1011110 100010

Color Harmonies of #AA0567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0567

Black with #AA0567

Text Example


Text Example

White with #AA0567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0567; }

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

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

background-color css

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

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

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

border-color css

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

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

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