Html Css Color HEX #A82364 Jazzberry Jam

📋 copy color: '#A82364'

red 168 ◦ green 35 ◦ blue 100

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

Shades of Jazzberry Jam #A82364

Tints of Jazzberry Jam #A82364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

 BLUE value IS 100 (39.45% from 255) = 33%

R = 55.45%
G = 11.55%
B = 33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A82364 (or 0xA82364) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 64. RGB value is (168,35,100). Sum of RGB (Red+Green+Blue) = 168+35+100=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A82364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82364 is #57DC9B. Grayscale: #525252. Windows color (decimal): -5758108 or 6562728. OLE color: 6562728.

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

Color convert

RGB 168 35 100 -
CMYK 0 0.79 0.40 0.34
HSL 330.68º 0.66% 0.4% -
HSV(B) 330.68º 0.79% 0.66% -
XYZ 19.05 10.45 13.07 -
YUV 82.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 168 35 100 0 0.79 0.40 0.34 330.68 0.66 0.4
Hex A8 23 64 0 4F 28 22 14B 42 28
Octal 250 43 144 0 117 50 42 513 102 50
Binary 10101000 100011 1100100 0 1001111 101000 100010 101001011 1000010 101000

Color Harmonies of #A82364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82364

Black with #A82364

Text Example


Text Example

White with #A82364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82364; }

 p { color: rgb(168,35,100); }

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

background-color css

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

 a { background-color: rgb(168,35,100); }

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

border-color css

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

 span { border-color: rgb(168,35,100); }

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