Html Css Color HEX #A82369 Jazzberry Jam

📋 copy color: '#A82369'

red 168 ◦ green 35 ◦ blue 105

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

Shades of Jazzberry Jam #A82369

Tints of Jazzberry Jam #A82369

RGB

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

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

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

R = 54.55%
G = 11.36%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A82369 (or 0xA82369) is known color: Jazzberry Jam. HEX triplet: A8, 23 and 69. RGB value is (168,35,105). Sum of RGB (Red+Green+Blue) = 168+35+105=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A82369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82369 is #57DC96. Grayscale: #525252. Windows color (decimal): -5758103 or 6890408. OLE color: 6890408.

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

Color convert

RGB 168 35 105 -
CMYK 0 0.79 0.38 0.34
HSL 328.42º 0.66% 0.4% -
HSV(B) 328.42º 0.79% 0.66% -
XYZ 19.3 10.55 14.38 -
YUV 82.75 140.56 188.81 -
System Red Green Blue C M Y K H S L
Decimal 168 35 105 0 0.79 0.38 0.34 328.42 0.66 0.4
Hex A8 23 69 0 4F 26 22 148 42 28
Octal 250 43 151 0 117 46 42 510 102 50
Binary 10101000 100011 1101001 0 1001111 100110 100010 101001000 1000010 101000

Color Harmonies of #A82369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82369

Black with #A82369

Text Example


Text Example

White with #A82369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82369; }

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

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

background-color css

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

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

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

border-color css

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

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

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