Html Css Color HEX #A2095D Jazzberry Jam

📋 copy color: '#A2095D'

red 162 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #A2095D

Tints of Jazzberry Jam #A2095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

 BLUE value IS 93 (36.72% from 255) = 35.23%

R = 61.36%
G = 3.41%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2095D (or 0xA2095D) is known color: Jazzberry Jam. HEX triplet: A2, 09 and 5D. RGB value is (162,9,93). Sum of RGB (Red+Green+Blue) = 162+9+93=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A2095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2095D is #5DF6A2. Grayscale: #404040. Windows color (decimal): -6157987 or 6097314. OLE color: 6097314.

HSL color Cylindrical-coordinate representation of color #A2095D: hue angle of 327.06º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2095D is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 93 -
CMYK 0 0.94 0.43 0.36
HSL 327.06º 0.89% 0.34% -
HSV(B) 327.06º 0.94% 0.64% -
XYZ 16.97 8.67 11.13 -
YUV 64.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 162 9 93 0 0.94 0.43 0.36 327.06 0.89 0.34
Hex A2 9 5D 0 5E 2B 24 147 59 22
Octal 242 11 135 0 136 53 44 507 131 42
Binary 10100010 1001 1011101 0 1011110 101011 100100 101000111 1011001 100010

Color Harmonies of #A2095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2095D

Black with #A2095D

Text Example


Text Example

White with #A2095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2095D; }

 p { color: rgb(162,9,93); }

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

background-color css

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

 a { background-color: rgb(162,9,93); }

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

border-color css

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

 span { border-color: rgb(162,9,93); }

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