Html Css Color HEX #A81267 Jazzberry Jam

📋 copy color: '#A81267'

red 168 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #A81267

Tints of Jazzberry Jam #A81267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.23%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 58.13%
G = 6.23%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A81267 (or 0xA81267) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 67. RGB value is (168,18,103). Sum of RGB (Red+Green+Blue) = 168+18+103=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A81267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81267 is #57ED98. Grayscale: #484848. Windows color (decimal): -5762457 or 6754984. OLE color: 6754984.

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

Color convert

RGB 168 18 103 -
CMYK 0 0.89 0.39 0.34
HSL 326º 0.81% 0.36% -
HSV(B) 326º 0.89% 0.66% -
XYZ 18.81 9.74 13.72 -
YUV 72.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 168 18 103 0 0.89 0.39 0.34 326 0.81 0.36
Hex A8 12 67 0 59 27 22 146 51 24
Octal 250 22 147 0 131 47 42 506 121 44
Binary 10101000 10010 1100111 0 1011001 100111 100010 101000110 1010001 100100

Color Harmonies of #A81267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81267

Black with #A81267

Text Example


Text Example

White with #A81267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81267; }

 p { color: rgb(168,18,103); }

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

background-color css

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

 a { background-color: rgb(168,18,103); }

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

border-color css

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

 span { border-color: rgb(168,18,103); }

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