Html Css Color HEX #A8095B Jazzberry Jam

📋 copy color: '#A8095B'

red 168 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #A8095B

Tints of Jazzberry Jam #A8095B

RGB

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

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

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

R = 62.69%
G = 3.36%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8095B (or 0xA8095B) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 5B. RGB value is (168,9,91). Sum of RGB (Red+Green+Blue) = 168+9+91=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8095B is #57F6A4. Grayscale: #414141. Windows color (decimal): -5764773 or 5966248. OLE color: 5966248.

HSL color Cylindrical-coordinate representation of color #A8095B: hue angle of 329.06º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8095B is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 9 91 -
CMYK 0 0.95 0.46 0.34
HSL 329.06º 0.9% 0.35% -
HSV(B) 329.06º 0.95% 0.66% -
XYZ 18.13 9.28 10.73 -
YUV 65.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 168 9 91 0 0.95 0.46 0.34 329.06 0.9 0.35
Hex A8 9 5B 0 5F 2E 22 149 5A 23
Octal 250 11 133 0 137 56 42 511 132 43
Binary 10101000 1001 1011011 0 1011111 101110 100010 101001001 1011010 100011

Color Harmonies of #A8095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8095B

Black with #A8095B

Text Example


Text Example

White with #A8095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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