Html Css Color HEX #A61B72 Jazzberry Jam

📋 copy color: '#A61B72'

red 166 ◦ green 27 ◦ blue 114

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

Shades of Jazzberry Jam #A61B72

Tints of Jazzberry Jam #A61B72

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.79%

 BLUE value IS 114 (44.92% from 255) = 37.13%

R = 54.07%
G = 8.79%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A61B72 (or 0xA61B72) is known color: Jazzberry Jam. HEX triplet: A6, 1B and 72. RGB value is (166,27,114). Sum of RGB (Red+Green+Blue) = 166+27+114=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61B72 is #59E48D. Grayscale: #4E4E4E. Windows color (decimal): -5891214 or 7478182. OLE color: 7478182.

HSL color Cylindrical-coordinate representation of color #A61B72: hue angle of 322.45º degrees, saturation: 0.72, 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 #A61B72 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 27 114 -
CMYK 0 0.84 0.31 0.35
HSL 322.45º 0.72% 0.38% -
HSV(B) 322.45º 0.84% 0.65% -
XYZ 19.16 10.11 16.86 -
YUV 78.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 166 27 114 0 0.84 0.31 0.35 322.45 0.72 0.38
Hex A6 1B 72 0 54 1F 23 142 48 26
Octal 246 33 162 0 124 37 43 502 110 46
Binary 10100110 11011 1110010 0 1010100 11111 100011 101000010 1001000 100110

Color Harmonies of #A61B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B72

Black with #A61B72

Text Example


Text Example

White with #A61B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B72; }

 p { color: rgb(166,27,114); }

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

background-color css

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

 a { background-color: rgb(166,27,114); }

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

border-color css

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

 span { border-color: rgb(166,27,114); }

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