Html Css Color HEX #A61369 Jazzberry Jam

📋 copy color: '#A61369'

red 166 ◦ green 19 ◦ blue 105

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

Shades of Jazzberry Jam #A61369

Tints of Jazzberry Jam #A61369

RGB

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

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

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

R = 57.24%
G = 6.55%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A61369 (or 0xA61369) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 69. RGB value is (166,19,105). Sum of RGB (Red+Green+Blue) = 166+19+105=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A61369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61369 is #59EC96. Grayscale: #484848. Windows color (decimal): -5893271 or 6886310. OLE color: 6886310.

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

Color convert

RGB 166 19 105 -
CMYK 0 0.89 0.37 0.35
HSL 324.9º 0.79% 0.36% -
HSV(B) 324.9º 0.89% 0.65% -
XYZ 18.51 9.59 14.24 -
YUV 72.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 166 19 105 0 0.89 0.37 0.35 324.9 0.79 0.36
Hex A6 13 69 0 59 25 23 145 4F 24
Octal 246 23 151 0 131 45 43 505 117 44
Binary 10100110 10011 1101001 0 1011001 100101 100011 101000101 1001111 100100

Color Harmonies of #A61369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61369

Black with #A61369

Text Example


Text Example

White with #A61369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61369; }

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

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

background-color css

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

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

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

border-color css

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

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

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