Html Css Color HEX #A82363 Jazzberry Jam

📋 copy color: '#A82363'

red 168 ◦ green 35 ◦ blue 99

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

Shades of Jazzberry Jam #A82363

Tints of Jazzberry Jam #A82363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 55.63%
G = 11.59%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A82363 (or 0xA82363) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 63. RGB value is (168,35,99). Sum of RGB (Red+Green+Blue) = 168+35+99=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A82363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82363 is #57DC9C. Grayscale: #515151. Windows color (decimal): -5758109 or 6497192. OLE color: 6497192.

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

Color convert

RGB 168 35 99 -
CMYK 0 0.79 0.41 0.34
HSL 331.13º 0.66% 0.4% -
HSV(B) 331.13º 0.79% 0.66% -
XYZ 19 10.43 12.82 -
YUV 82.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 168 35 99 0 0.79 0.41 0.34 331.13 0.66 0.4
Hex A8 23 63 0 4F 29 22 14B 42 28
Octal 250 43 143 0 117 51 42 513 102 50
Binary 10101000 100011 1100011 0 1001111 101001 100010 101001011 1000010 101000

Color Harmonies of #A82363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82363

Black with #A82363

Text Example


Text Example

White with #A82363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82363; }

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

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

background-color css

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

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

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

border-color css

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

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

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