Html Css Color HEX #A61358 Jazzberry Jam

📋 copy color: '#A61358'

red 166 ◦ green 19 ◦ blue 88

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

Shades of Jazzberry Jam #A61358

Tints of Jazzberry Jam #A61358

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

 BLUE value IS 88 (34.77% from 255) = 32.23%

R = 60.81%
G = 6.96%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A61358 (or 0xA61358) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 58. RGB value is (166,19,88). Sum of RGB (Red+Green+Blue) = 166+19+88=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61358 is #59ECA7. Grayscale: #464646. Windows color (decimal): -5893288 or 5772198. OLE color: 5772198.

HSL color Cylindrical-coordinate representation of color #A61358: hue angle of 331.84º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61358 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 88 -
CMYK 0 0.89 0.47 0.35
HSL 331.84º 0.79% 0.36% -
HSV(B) 331.84º 0.89% 0.65% -
XYZ 17.72 9.28 10.09 -
YUV 70.82 137.7 195.89 -
System Red Green Blue C M Y K H S L
Decimal 166 19 88 0 0.89 0.47 0.35 331.84 0.79 0.36
Hex A6 13 58 0 59 2F 23 14C 4F 24
Octal 246 23 130 0 131 57 43 514 117 44
Binary 10100110 10011 1011000 0 1011001 101111 100011 101001100 1001111 100100

Color Harmonies of #A61358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61358

Black with #A61358

Text Example


Text Example

White with #A61358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61358; }

 p { color: rgb(166,19,88); }

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

background-color css

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

 a { background-color: rgb(166,19,88); }

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

border-color css

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

 span { border-color: rgb(166,19,88); }

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