Html Css Color HEX #A81368 Jazzberry Jam

📋 copy color: '#A81368'

red 168 ◦ green 19 ◦ blue 104

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

Shades of Jazzberry Jam #A81368

Tints of Jazzberry Jam #A81368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 57.73%
G = 6.53%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A81368 (or 0xA81368) is known color: Jazzberry Jam. HEX triplet: A8, 13 and 68. RGB value is (168,19,104). Sum of RGB (Red+Green+Blue) = 168+19+104=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A81368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81368 is #57EC97. Grayscale: #494949. Windows color (decimal): -5762200 or 6820776. OLE color: 6820776.

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

Color convert

RGB 168 19 104 -
CMYK 0 0.89 0.38 0.34
HSL 325.77º 0.8% 0.37% -
HSV(B) 325.77º 0.89% 0.66% -
XYZ 18.88 9.79 13.99 -
YUV 73.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 168 19 104 0 0.89 0.38 0.34 325.77 0.8 0.37
Hex A8 13 68 0 59 26 22 146 50 25
Octal 250 23 150 0 131 46 42 506 120 45
Binary 10101000 10011 1101000 0 1011001 100110 100010 101000110 1010000 100101

Color Harmonies of #A81368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81368

Black with #A81368

Text Example


Text Example

White with #A81368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81368; }

 p { color: rgb(168,19,104); }

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

background-color css

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

 a { background-color: rgb(168,19,104); }

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

border-color css

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

 span { border-color: rgb(168,19,104); }

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