Html Css Color HEX #A81A70 Jazzberry Jam

📋 copy color: '#A81A70'

red 168 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #A81A70

Tints of Jazzberry Jam #A81A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.6%

R = 54.9%
G = 8.5%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A81A70 (or 0xA81A70) is known color: Jazzberry Jam. HEX triplet: A8, 1A and 70. RGB value is (168,26,112). Sum of RGB (Red+Green+Blue) = 168+26+112=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81A70 is #57E58F. Grayscale: #4E4E4E. Windows color (decimal): -5760400 or 7346856. OLE color: 7346856.

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

Color convert

RGB 168 26 112 -
CMYK 0 0.85 0.33 0.34
HSL 323.66º 0.73% 0.38% -
HSV(B) 323.66º 0.85% 0.66% -
XYZ 19.44 10.23 16.28 -
YUV 78.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 168 26 112 0 0.85 0.33 0.34 323.66 0.73 0.38
Hex A8 1A 70 0 55 21 22 144 49 26
Octal 250 32 160 0 125 41 42 504 111 46
Binary 10101000 11010 1110000 0 1010101 100001 100010 101000100 1001001 100110

Color Harmonies of #A81A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81A70

Black with #A81A70

Text Example


Text Example

White with #A81A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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