Html Css Color HEX #A20763 Jazzberry Jam

📋 copy color: '#A20763'

red 162 ◦ green 7 ◦ blue 99

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

Shades of Jazzberry Jam #A20763

Tints of Jazzberry Jam #A20763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 60.45%
G = 2.61%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A20763 (or 0xA20763) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 63. RGB value is (162,7,99). Sum of RGB (Red+Green+Blue) = 162+7+99=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A20763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20763 is #5DF89C. Grayscale: #3F3F3F. Windows color (decimal): -6158493 or 6490018. OLE color: 6490018.

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

Color convert

RGB 162 7 99 -
CMYK 0 0.96 0.39 0.36
HSL 324.39º 0.92% 0.33% -
HSV(B) 324.39º 0.96% 0.64% -
XYZ 17.23 8.73 12.58 -
YUV 63.83 147.85 198.02 -
System Red Green Blue C M Y K H S L
Decimal 162 7 99 0 0.96 0.39 0.36 324.39 0.92 0.33
Hex A2 7 63 0 60 27 24 144 5C 21
Octal 242 7 143 0 140 47 44 504 134 41
Binary 10100010 111 1100011 0 1100000 100111 100100 101000100 1011100 100001

Color Harmonies of #A20763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20763

Black with #A20763

Text Example


Text Example

White with #A20763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20763; }

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

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

background-color css

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

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

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

border-color css

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

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

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