Html Css Color HEX #A71B72 Jazzberry Jam

📋 copy color: '#A71B72'

red 167 ◦ green 27 ◦ blue 114

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

Shades of Jazzberry Jam #A71B72

Tints of Jazzberry Jam #A71B72

RGB

 RED value IS 167 (65.63% from 255) = 54.22%

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

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

R = 54.22%
G = 8.77%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A71B72 (or 0xA71B72) is known color: Jazzberry Jam. HEX triplet: A7, 1B and 72. RGB value is (167,27,114). Sum of RGB (Red+Green+Blue) = 167+27+114=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A71B72 is #58E48D. Grayscale: #4E4E4E. Windows color (decimal): -5825678 or 7478183. OLE color: 7478183.

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

Color convert

RGB 167 27 114 -
CMYK 0 0.84 0.32 0.35
HSL 322.71º 0.72% 0.38% -
HSV(B) 322.71º 0.84% 0.65% -
XYZ 19.37 10.21 16.87 -
YUV 78.78 147.88 190.93 -
System Red Green Blue C M Y K H S L
Decimal 167 27 114 0 0.84 0.32 0.35 322.71 0.72 0.38
Hex A7 1B 72 0 54 20 23 143 48 26
Octal 247 33 162 0 124 40 43 503 110 46
Binary 10100111 11011 1110010 0 1010100 100000 100011 101000011 1001000 100110

Color Harmonies of #A71B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B72

Black with #A71B72

Text Example


Text Example

White with #A71B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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