Html Css Color HEX #A8205D Jazzberry Jam

📋 copy color: '#A8205D'

red 168 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #A8205D

Tints of Jazzberry Jam #A8205D

RGB

 RED value IS 168 (66.02% from 255) = 57.34%

 GREEN value IS 32 (12.89% from 255) = 10.92%

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

R = 57.34%
G = 10.92%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8205D (or 0xA8205D) is known color: Jazzberry Jam. HEX triplet: A8, 20 and 5D. RGB value is (168,32,93). Sum of RGB (Red+Green+Blue) = 168+32+93=293 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.34% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 168 - color contains mainly: red. Hex color #A8205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8205D is #57DFA2. Grayscale: #4F4F4F. Windows color (decimal): -5758883 or 6103208. OLE color: 6103208.

HSL color Cylindrical-coordinate representation of color #A8205D: hue angle of 333.09º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8205D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 93 -
CMYK 0 0.81 0.45 0.34
HSL 333.09º 0.68% 0.39% -
HSV(B) 333.09º 0.81% 0.66% -
XYZ 18.64 10.15 11.33 -
YUV 79.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 168 32 93 0 0.81 0.45 0.34 333.09 0.68 0.39
Hex A8 20 5D 0 51 2D 22 14D 44 27
Octal 250 40 135 0 121 55 42 515 104 47
Binary 10101000 100000 1011101 0 1010001 101101 100010 101001101 1000100 100111

Color Harmonies of #A8205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8205D

Black with #A8205D

Text Example


Text Example

White with #A8205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8205D; }

 p { color: rgb(168,32,93); }

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

background-color css

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

 a { background-color: rgb(168,32,93); }

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

border-color css

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

 span { border-color: rgb(168,32,93); }

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