Html Css Color HEX #A8095E Jazzberry Jam

📋 copy color: '#A8095E'

red 168 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #A8095E

Tints of Jazzberry Jam #A8095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 61.99%
G = 3.32%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8095E (or 0xA8095E) is known color: Jazzberry Jam. HEX triplet: A8, 09 and 5E. RGB value is (168,9,94). Sum of RGB (Red+Green+Blue) = 168+9+94=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A8095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8095E is #57F6A1. Grayscale: #424242. Windows color (decimal): -5764770 or 6162856. OLE color: 6162856.

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

Color convert

RGB 168 9 94 -
CMYK 0 0.95 0.44 0.34
HSL 327.92º 0.9% 0.35% -
HSV(B) 327.92º 0.95% 0.66% -
XYZ 18.27 9.33 11.43 -
YUV 66.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 168 9 94 0 0.95 0.44 0.34 327.92 0.9 0.35
Hex A8 9 5E 0 5F 2C 22 148 5A 23
Octal 250 11 136 0 137 54 42 510 132 43
Binary 10101000 1001 1011110 0 1011111 101100 100010 101001000 1011010 100011

Color Harmonies of #A8095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8095E

Black with #A8095E

Text Example


Text Example

White with #A8095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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