Html Css Color HEX #A61A6C Jazzberry Jam

📋 copy color: '#A61A6C'

red 166 ◦ green 26 ◦ blue 108

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

Shades of Jazzberry Jam #A61A6C

Tints of Jazzberry Jam #A61A6C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 55.33%
G = 8.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A61A6C (or 0xA61A6C) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 6C. RGB value is (166,26,108). Sum of RGB (Red+Green+Blue) = 166+26+108=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A6C is #59E593. Grayscale: #4D4D4D. Windows color (decimal): -5891476 or 7084710. OLE color: 7084710.

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

Color convert

RGB 166 26 108 -
CMYK 0 0.84 0.35 0.35
HSL 324.86º 0.73% 0.38% -
HSV(B) 324.86º 0.84% 0.65% -
XYZ 18.8 9.93 15.11 -
YUV 77.21 145.38 191.33 -
System Red Green Blue C M Y K H S L
Decimal 166 26 108 0 0.84 0.35 0.35 324.86 0.73 0.38
Hex A6 1A 6C 0 54 23 23 145 49 26
Octal 246 32 154 0 124 43 43 505 111 46
Binary 10100110 11010 1101100 0 1010100 100011 100011 101000101 1001001 100110

Color Harmonies of #A61A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A6C

Black with #A61A6C

Text Example


Text Example

White with #A61A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A6C; }

 p { color: rgb(166,26,108); }

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

background-color css

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

 a { background-color: rgb(166,26,108); }

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

border-color css

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

 span { border-color: rgb(166,26,108); }

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