Html Css Color HEX #A82362 Jazzberry Jam

📋 copy color: '#A82362'

red 168 ◦ green 35 ◦ blue 98

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

Shades of Jazzberry Jam #A82362

Tints of Jazzberry Jam #A82362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 55.81%
G = 11.63%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A82362 (or 0xA82362) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 62. RGB value is (168,35,98). Sum of RGB (Red+Green+Blue) = 168+35+98=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A82362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82362 is #57DC9D. Grayscale: #515151. Windows color (decimal): -5758110 or 6431656. OLE color: 6431656.

HSL color Cylindrical-coordinate representation of color #A82362: hue angle of 331.58º 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 #A82362 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 35 98 -
CMYK 0 0.79 0.42 0.34
HSL 331.58º 0.66% 0.4% -
HSV(B) 331.58º 0.79% 0.66% -
XYZ 18.95 10.41 12.57 -
YUV 81.95 137.06 189.38 -
System Red Green Blue C M Y K H S L
Decimal 168 35 98 0 0.79 0.42 0.34 331.58 0.66 0.4
Hex A8 23 62 0 4F 2A 22 14C 42 28
Octal 250 43 142 0 117 52 42 514 102 50
Binary 10101000 100011 1100010 0 1001111 101010 100010 101001100 1000010 101000

Color Harmonies of #A82362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82362

Black with #A82362

Text Example


Text Example

White with #A82362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82362; }

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

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

background-color css

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

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

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

border-color css

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

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

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