Html Css Color HEX #A8205B Jazzberry Jam

📋 copy color: '#A8205B'

red 168 ◦ green 32 ◦ blue 91

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

Shades of Jazzberry Jam #A8205B

Tints of Jazzberry Jam #A8205B

RGB

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

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

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

R = 57.73%
G = 11%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8205B (or 0xA8205B) is known color: Jazzberry Jam. HEX triplet: A8, 20 and 5B. RGB value is (168,32,91). Sum of RGB (Red+Green+Blue) = 168+32+91=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A8205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8205B is #57DFA4. Grayscale: #4F4F4F. Windows color (decimal): -5758885 or 5972136. OLE color: 5972136.

HSL color Cylindrical-coordinate representation of color #A8205B: hue angle of 333.97º 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 #A8205B is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 91 -
CMYK 0 0.81 0.46 0.34
HSL 333.97º 0.68% 0.39% -
HSV(B) 333.97º 0.81% 0.66% -
XYZ 18.55 10.11 10.87 -
YUV 79.39 134.56 191.2 -
System Red Green Blue C M Y K H S L
Decimal 168 32 91 0 0.81 0.46 0.34 333.97 0.68 0.39
Hex A8 20 5B 0 51 2E 22 14E 44 27
Octal 250 40 133 0 121 56 42 516 104 47
Binary 10101000 100000 1011011 0 1010001 101110 100010 101001110 1000100 100111

Color Harmonies of #A8205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8205B

Black with #A8205B

Text Example


Text Example

White with #A8205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8205B; }

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

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

background-color css

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

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

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

border-color css

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

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

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