Html Css Color HEX #A61568 Jazzberry Jam

📋 copy color: '#A61568'

red 166 ◦ green 21 ◦ blue 104

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

Shades of Jazzberry Jam #A61568

Tints of Jazzberry Jam #A61568

RGB

 RED value IS 166 (65.23% from 255) = 57.04%

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 57.04%
G = 7.22%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A61568 (or 0xA61568) is known color: Jazzberry Jam. HEX triplet: A6, 15 and 68. RGB value is (166,21,104). Sum of RGB (Red+Green+Blue) = 166+21+104=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A61568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61568 is #59EA97. Grayscale: #494949. Windows color (decimal): -5892760 or 6821286. OLE color: 6821286.

HSL color Cylindrical-coordinate representation of color #A61568: hue angle of 325.66º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61568 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 104 -
CMYK 0 0.87 0.37 0.35
HSL 325.66º 0.78% 0.37% -
HSV(B) 325.66º 0.87% 0.65% -
XYZ 18.49 9.64 13.98 -
YUV 73.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 166 21 104 0 0.87 0.37 0.35 325.66 0.78 0.37
Hex A6 15 68 0 57 25 23 146 4E 25
Octal 246 25 150 0 127 45 43 506 116 45
Binary 10100110 10101 1101000 0 1010111 100101 100011 101000110 1001110 100101

Color Harmonies of #A61568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61568

Black with #A61568

Text Example


Text Example

White with #A61568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61568; }

 p { color: rgb(166,21,104); }

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

background-color css

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

 a { background-color: rgb(166,21,104); }

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

border-color css

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

 span { border-color: rgb(166,21,104); }

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