Html Css Color HEX #A82669 Jazzberry Jam

📋 copy color: '#A82669'

red 168 ◦ green 38 ◦ blue 105

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

Shades of Jazzberry Jam #A82669

Tints of Jazzberry Jam #A82669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 54.02%
G = 12.22%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A82669 (or 0xA82669) is known color: Jazzberry Jam. HEX triplet: A8, 26 and 69. RGB value is (168,38,105). Sum of RGB (Red+Green+Blue) = 168+38+105=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A82669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82669 is #57D996. Grayscale: #545454. Windows color (decimal): -5757335 or 6891176. OLE color: 6891176.

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

Color convert

RGB 168 38 105 -
CMYK 0 0.77 0.38 0.34
HSL 329.08º 0.63% 0.4% -
HSV(B) 329.08º 0.77% 0.66% -
XYZ 19.39 10.73 14.41 -
YUV 84.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 168 38 105 0 0.77 0.38 0.34 329.08 0.63 0.4
Hex A8 26 69 0 4D 26 22 149 3F 28
Octal 250 46 151 0 115 46 42 511 77 50
Binary 10101000 100110 1101001 0 1001101 100110 100010 101001001 111111 101000

Color Harmonies of #A82669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82669

Black with #A82669

Text Example


Text Example

White with #A82669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82669; }

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

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

background-color css

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

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

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

border-color css

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

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

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