Html Css Color HEX #A4085D Jazzberry Jam

📋 copy color: '#A4085D'

red 164 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #A4085D

Tints of Jazzberry Jam #A4085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 61.89%
G = 3.02%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4085D (or 0xA4085D) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 5D. RGB value is (164,8,93). Sum of RGB (Red+Green+Blue) = 164+8+93=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4085D is #5BF7A2. Grayscale: #404040. Windows color (decimal): -6027171 or 6097060. OLE color: 6097060.

HSL color Cylindrical-coordinate representation of color #A4085D: hue angle of 327.31º 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 #A4085D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 8 93 -
CMYK 0 0.95 0.43 0.36
HSL 327.31º 0.91% 0.34% -
HSV(B) 327.31º 0.95% 0.64% -
XYZ 17.37 8.86 11.15 -
YUV 64.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 164 8 93 0 0.95 0.43 0.36 327.31 0.91 0.34
Hex A4 8 5D 0 5F 2B 24 147 5B 22
Octal 244 10 135 0 137 53 44 507 133 42
Binary 10100100 1000 1011101 0 1011111 101011 100100 101000111 1011011 100010

Color Harmonies of #A4085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4085D

Black with #A4085D

Text Example


Text Example

White with #A4085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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