Html Css Color HEX #A82366 Jazzberry Jam

📋 copy color: '#A82366'

red 168 ◦ green 35 ◦ blue 102

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

Shades of Jazzberry Jam #A82366

Tints of Jazzberry Jam #A82366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 55.08%
G = 11.48%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#A82366 (or 0xA82366) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 66. RGB value is (168,35,102). Sum of RGB (Red+Green+Blue) = 168+35+102=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A82366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82366 is #57DC99. Grayscale: #525252. Windows color (decimal): -5758106 or 6693800. OLE color: 6693800.

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

Color convert

RGB 168 35 102 -
CMYK 0 0.79 0.39 0.34
HSL 329.77º 0.66% 0.4% -
HSV(B) 329.77º 0.79% 0.66% -
XYZ 19.15 10.49 13.59 -
YUV 82.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 168 35 102 0 0.79 0.39 0.34 329.77 0.66 0.4
Hex A8 23 66 0 4F 27 22 14A 42 28
Octal 250 43 146 0 117 47 42 512 102 50
Binary 10101000 100011 1100110 0 1001111 100111 100010 101001010 1000010 101000

Color Harmonies of #A82366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82366

Black with #A82366

Text Example


Text Example

White with #A82366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82366; }

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

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

background-color css

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

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

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

border-color css

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

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

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