Html Css Color HEX #A4085C Jazzberry Jam

📋 copy color: '#A4085C'

red 164 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #A4085C

Tints of Jazzberry Jam #A4085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 62.12%
G = 3.03%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4085C (or 0xA4085C) is known color: Jazzberry Jam. HEX triplet: A4, 08 and 5C. RGB value is (164,8,92). Sum of RGB (Red+Green+Blue) = 164+8+92=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4085C is #5BF7A3. Grayscale: #404040. Windows color (decimal): -6027172 or 6031524. OLE color: 6031524.

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

Color convert

RGB 164 8 92 -
CMYK 0 0.95 0.44 0.36
HSL 327.69º 0.91% 0.34% -
HSV(B) 327.69º 0.95% 0.64% -
XYZ 17.33 8.84 10.92 -
YUV 64.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 164 8 92 0 0.95 0.44 0.36 327.69 0.91 0.34
Hex A4 8 5C 0 5F 2C 24 148 5B 22
Octal 244 10 134 0 137 54 44 510 133 42
Binary 10100100 1000 1011100 0 1011111 101100 100100 101001000 1011011 100010

Color Harmonies of #A4085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4085C

Black with #A4085C

Text Example


Text Example

White with #A4085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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