Html Css Color HEX #A20765 Jazzberry Jam

📋 copy color: '#A20765'

red 162 ◦ green 7 ◦ blue 101

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

Shades of Jazzberry Jam #A20765

Tints of Jazzberry Jam #A20765

RGB

 RED value IS 162 (63.67% from 255) = 60%

 GREEN value IS 7 (3.13% from 255) = 2.59%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 60%
G = 2.59%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A20765 (or 0xA20765) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 65. RGB value is (162,7,101). Sum of RGB (Red+Green+Blue) = 162+7+101=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A20765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20765 is #5DF89A. Grayscale: #3F3F3F. Windows color (decimal): -6158491 or 6621090. OLE color: 6621090.

HSL color Cylindrical-coordinate representation of color #A20765: hue angle of 323.61º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20765 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 101 -
CMYK 0 0.96 0.38 0.36
HSL 323.61º 0.92% 0.33% -
HSV(B) 323.61º 0.96% 0.64% -
XYZ 17.33 8.77 13.09 -
YUV 64.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 162 7 101 0 0.96 0.38 0.36 323.61 0.92 0.33
Hex A2 7 65 0 60 26 24 144 5C 21
Octal 242 7 145 0 140 46 44 504 134 41
Binary 10100010 111 1100101 0 1100000 100110 100100 101000100 1011100 100001

Color Harmonies of #A20765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20765

Black with #A20765

Text Example


Text Example

White with #A20765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20765; }

 p { color: rgb(162,7,101); }

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

background-color css

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

 a { background-color: rgb(162,7,101); }

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

border-color css

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

 span { border-color: rgb(162,7,101); }

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