Html Css Color HEX #A82068 Jazzberry Jam

📋 copy color: '#A82068'

red 168 ◦ green 32 ◦ blue 104

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

Shades of Jazzberry Jam #A82068

Tints of Jazzberry Jam #A82068

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 55.26%
G = 10.53%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A82068 (or 0xA82068) is known color: Jazzberry Jam. HEX triplet: A8, 20 and 68. RGB value is (168,32,104). Sum of RGB (Red+Green+Blue) = 168+32+104=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A82068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82068 is #57DF97. Grayscale: #505050. Windows color (decimal): -5758872 or 6824104. OLE color: 6824104.

HSL color Cylindrical-coordinate representation of color #A82068: hue angle of 328.24º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82068 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 104 -
CMYK 0 0.81 0.38 0.34
HSL 328.24º 0.68% 0.39% -
HSV(B) 328.24º 0.81% 0.66% -
XYZ 19.16 10.36 14.09 -
YUV 80.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 168 32 104 0 0.81 0.38 0.34 328.24 0.68 0.39
Hex A8 20 68 0 51 26 22 148 44 27
Octal 250 40 150 0 121 46 42 510 104 47
Binary 10101000 100000 1101000 0 1010001 100110 100010 101001000 1000100 100111

Color Harmonies of #A82068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82068

Black with #A82068

Text Example


Text Example

White with #A82068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82068; }

 p { color: rgb(168,32,104); }

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

background-color css

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

 a { background-color: rgb(168,32,104); }

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

border-color css

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

 span { border-color: rgb(168,32,104); }

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