Html Css Color HEX #A4085B Jazzberry Jam

📋 copy color: '#A4085B'

red 164 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #A4085B

Tints of Jazzberry Jam #A4085B

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 62.36%
G = 3.04%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4085B (or 0xA4085B) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 5B. RGB value is (164,8,91). Sum of RGB (Red+Green+Blue) = 164+8+91=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4085B is #5BF7A4. Grayscale: #3F3F3F. Windows color (decimal): -6027173 or 5965988. OLE color: 5965988.

HSL color Cylindrical-coordinate representation of color #A4085B: hue angle of 328.08º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A4085B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 91 -
CMYK 0 0.95 0.45 0.36
HSL 328.08º 0.91% 0.34% -
HSV(B) 328.08º 0.95% 0.64% -
XYZ 17.29 8.82 10.69 -
YUV 64.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 164 8 91 0 0.95 0.45 0.36 328.08 0.91 0.34
Hex A4 8 5B 0 5F 2D 24 148 5B 22
Octal 244 10 133 0 137 55 44 510 133 42
Binary 10100100 1000 1011011 0 1011111 101101 100100 101001000 1011011 100010

Color Harmonies of #A4085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4085B

Black with #A4085B

Text Example


Text Example

White with #A4085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4085B; }

 p { color: rgb(164,8,91); }

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

background-color css

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

 a { background-color: rgb(164,8,91); }

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

border-color css

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

 span { border-color: rgb(164,8,91); }

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