Html Css Color HEX #A80C69 Jazzberry Jam

📋 copy color: '#A80C69'

red 168 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #A80C69

Tints of Jazzberry Jam #A80C69

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.21%

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

R = 58.95%
G = 4.21%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#A80C69 (or 0xA80C69) is known color: Jazzberry Jam. HEX triplet: A8, 0C and 69. RGB value is (168,12,105). Sum of RGB (Red+Green+Blue) = 168+12+105=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C69 is #57F396. Grayscale: #454545. Windows color (decimal): -5763991 or 6884520. OLE color: 6884520.

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

Color convert

RGB 168 12 105 -
CMYK 0 0.93 0.38 0.34
HSL 324.23º 0.87% 0.35% -
HSV(B) 324.23º 0.93% 0.66% -
XYZ 18.83 9.61 14.23 -
YUV 69.25 148.18 198.44 -
System Red Green Blue C M Y K H S L
Decimal 168 12 105 0 0.93 0.38 0.34 324.23 0.87 0.35
Hex A8 C 69 0 5D 26 22 144 57 23
Octal 250 14 151 0 135 46 42 504 127 43
Binary 10101000 1100 1101001 0 1011101 100110 100010 101000100 1010111 100011

Color Harmonies of #A80C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80C69

Black with #A80C69

Text Example


Text Example

White with #A80C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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