Html Css Color HEX #A61367 Jazzberry Jam

📋 copy color: '#A61367'

red 166 ◦ green 19 ◦ blue 103

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

Shades of Jazzberry Jam #A61367

Tints of Jazzberry Jam #A61367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.76%

R = 57.64%
G = 6.6%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A61367 (or 0xA61367) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 67. RGB value is (166,19,103). Sum of RGB (Red+Green+Blue) = 166+19+103=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 103 (40.62% from 255 or 35.76% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A61367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61367 is #59EC98. Grayscale: #484848. Windows color (decimal): -5893273 or 6755238. OLE color: 6755238.

HSL color Cylindrical-coordinate representation of color #A61367: hue angle of 325.71º 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 #A61367 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 103 -
CMYK 0 0.89 0.38 0.35
HSL 325.71º 0.79% 0.36% -
HSV(B) 325.71º 0.89% 0.65% -
XYZ 18.41 9.55 13.71 -
YUV 72.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 166 19 103 0 0.89 0.38 0.35 325.71 0.79 0.36
Hex A6 13 67 0 59 26 23 146 4F 24
Octal 246 23 147 0 131 46 43 506 117 44
Binary 10100110 10011 1100111 0 1011001 100110 100011 101000110 1001111 100100

Color Harmonies of #A61367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61367

Black with #A61367

Text Example


Text Example

White with #A61367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61367; }

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

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

background-color css

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

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

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

border-color css

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

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

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