Html Css Color HEX #A81A5E Jazzberry Jam

📋 copy color: '#A81A5E'

red 168 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #A81A5E

Tints of Jazzberry Jam #A81A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

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

R = 58.33%
G = 9.03%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A81A5E (or 0xA81A5E) is known color: Jazzberry Jam. HEX triplet: A8, 1A and 5E. RGB value is (168,26,94). Sum of RGB (Red+Green+Blue) = 168+26+94=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A5E is #57E5A1. Grayscale: #4C4C4C. Windows color (decimal): -5760418 or 6167208. OLE color: 6167208.

HSL color Cylindrical-coordinate representation of color #A81A5E: hue angle of 331.27º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A5E is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 26 94 -
CMYK 0 0.85 0.44 0.34
HSL 331.27º 0.73% 0.38% -
HSV(B) 331.27º 0.85% 0.66% -
XYZ 18.54 9.87 11.52 -
YUV 76.21 138.04 193.47 -
System Red Green Blue C M Y K H S L
Decimal 168 26 94 0 0.85 0.44 0.34 331.27 0.73 0.38
Hex A8 1A 5E 0 55 2C 22 14B 49 26
Octal 250 32 136 0 125 54 42 513 111 46
Binary 10101000 11010 1011110 0 1010101 101100 100010 101001011 1001001 100110

Color Harmonies of #A81A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A5E

Black with #A81A5E

Text Example


Text Example

White with #A81A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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