Html Css Color HEX #A20663 Jazzberry Jam

📋 copy color: '#A20663'

red 162 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #A20663

Tints of Jazzberry Jam #A20663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 60.67%
G = 2.25%
B = 37.08%

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

#A20663 (or 0xA20663) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 63. RGB value is (162,6,99). Sum of RGB (Red+Green+Blue) = 162+6+99=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A20663 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20663 is #5DF99C. Grayscale: #3F3F3F. Windows color (decimal): -6158749 or 6489762. OLE color: 6489762.

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

Color convert

RGB 162 6 99 -
CMYK 0 0.96 0.39 0.36
HSL 324.23º 0.93% 0.33% -
HSV(B) 324.23º 0.96% 0.64% -
XYZ 17.22 8.71 12.58 -
YUV 63.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 162 6 99 0 0.96 0.39 0.36 324.23 0.93 0.33
Hex A2 6 63 0 60 27 24 144 5D 21
Octal 242 6 143 0 140 47 44 504 135 41
Binary 10100010 110 1100011 0 1100000 100111 100100 101000100 1011101 100001

Color Harmonies of #A20663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20663

Black with #A20663

Text Example


Text Example

White with #A20663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20663; }

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

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

background-color css

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

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

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

border-color css

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

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

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