Html Css Color HEX #A2065B Jazzberry Jam

📋 copy color: '#A2065B'

red 162 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A2065B

Tints of Jazzberry Jam #A2065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 62.55%
G = 2.32%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A2065B (or 0xA2065B) is known color: Jazzberry Jam. HEX triplet: A2, 06 and 5B. RGB value is (162,6,91). Sum of RGB (Red+Green+Blue) = 162+6+91=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2065B is #5DF9A4. Grayscale: #3E3E3E. Windows color (decimal): -6158757 or 5965474. OLE color: 5965474.

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

Color convert

RGB 162 6 91 -
CMYK 0 0.96 0.44 0.36
HSL 327.31º 0.93% 0.33% -
HSV(B) 327.31º 0.96% 0.64% -
XYZ 16.85 8.57 10.66 -
YUV 62.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 162 6 91 0 0.96 0.44 0.36 327.31 0.93 0.33
Hex A2 6 5B 0 60 2C 24 147 5D 21
Octal 242 6 133 0 140 54 44 507 135 41
Binary 10100010 110 1011011 0 1100000 101100 100100 101000111 1011101 100001

Color Harmonies of #A2065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2065B

Black with #A2065B

Text Example


Text Example

White with #A2065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2065B; }

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

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

background-color css

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

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

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

border-color css

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

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

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