Html Css Color HEX #A4135C Jazzberry Jam

📋 copy color: '#A4135C'

red 164 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #A4135C

Tints of Jazzberry Jam #A4135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 59.64%
G = 6.91%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4135C (or 0xA4135C) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 5C. RGB value is (164,19,92). Sum of RGB (Red+Green+Blue) = 164+19+92=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4135C is #5BECA3. Grayscale: #464646. Windows color (decimal): -6024356 or 6034340. OLE color: 6034340.

HSL color Cylindrical-coordinate representation of color #A4135C: hue angle of 329.79º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4135C is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 19 92 -
CMYK 0 0.88 0.44 0.36
HSL 329.79º 0.79% 0.36% -
HSV(B) 329.79º 0.88% 0.64% -
XYZ 17.47 9.13 10.97 -
YUV 70.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 164 19 92 0 0.88 0.44 0.36 329.79 0.79 0.36
Hex A4 13 5C 0 58 2C 24 14A 4F 24
Octal 244 23 134 0 130 54 44 512 117 44
Binary 10100100 10011 1011100 0 1011000 101100 100100 101001010 1001111 100100

Color Harmonies of #A4135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4135C

Black with #A4135C

Text Example


Text Example

White with #A4135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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