Html Css Color HEX #A81B69 Jazzberry Jam

📋 copy color: '#A81B69'

red 168 ◦ green 27 ◦ blue 105

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

Shades of Jazzberry Jam #A81B69

Tints of Jazzberry Jam #A81B69

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 105 (41.41% from 255) = 35%

R = 56%
G = 9%
B = 35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A81B69 (or 0xA81B69) is known color: Jazzberry Jam. HEX triplet: A8, 1B and 69. RGB value is (168,27,105). Sum of RGB (Red+Green+Blue) = 168+27+105=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81B69 is #57E496. Grayscale: #4D4D4D. Windows color (decimal): -5760151 or 6888360. OLE color: 6888360.

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

Color convert

RGB 168 27 105 -
CMYK 0 0.84 0.38 0.34
HSL 326.81º 0.72% 0.38% -
HSV(B) 326.81º 0.84% 0.66% -
XYZ 19.09 10.13 14.31 -
YUV 78.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 168 27 105 0 0.84 0.38 0.34 326.81 0.72 0.38
Hex A8 1B 69 0 54 26 22 147 48 26
Octal 250 33 151 0 124 46 42 507 110 46
Binary 10101000 11011 1101001 0 1010100 100110 100010 101000111 1001000 100110

Color Harmonies of #A81B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B69

Black with #A81B69

Text Example


Text Example

White with #A81B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B69; }

 p { color: rgb(168,27,105); }

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

background-color css

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

 a { background-color: rgb(168,27,105); }

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

border-color css

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

 span { border-color: rgb(168,27,105); }

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