Html Css Color HEX #A80468 Jazzberry Jam

📋 copy color: '#A80468'

red 168 ◦ green 4 ◦ blue 104

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

Shades of Jazzberry Jam #A80468

Tints of Jazzberry Jam #A80468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

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

R = 60.87%
G = 1.45%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80468 (or 0xA80468) is known color: Jazzberry Jam. HEX triplet: A8, 04 and 68. RGB value is (168,4,104). Sum of RGB (Red+Green+Blue) = 168+4+104=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A80468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80468 is #57FB97. Grayscale: #404040. Windows color (decimal): -5766040 or 6816936. OLE color: 6816936.

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

Color convert

RGB 168 4 104 -
CMYK 0 0.98 0.38 0.34
HSL 323.41º 0.95% 0.34% -
HSV(B) 323.41º 0.98% 0.66% -
XYZ 18.69 9.41 13.93 -
YUV 64.44 150.33 201.87 -
System Red Green Blue C M Y K H S L
Decimal 168 4 104 0 0.98 0.38 0.34 323.41 0.95 0.34
Hex A8 4 68 0 62 26 22 143 5F 22
Octal 250 4 150 0 142 46 42 503 137 42
Binary 10101000 100 1101000 0 1100010 100110 100010 101000011 1011111 100010

Color Harmonies of #A80468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80468

Black with #A80468

Text Example


Text Example

White with #A80468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80468; }

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

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

background-color css

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

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

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

border-color css

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

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

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