Html Css Color HEX #A5045C Jazzberry Jam

📋 copy color: '#A5045C'

red 165 ◦ green 4 ◦ blue 92

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

Shades of Jazzberry Jam #A5045C

Tints of Jazzberry Jam #A5045C

RGB

 RED value IS 165 (64.84% from 255) = 63.22%

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 63.22%
G = 1.53%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5045C (or 0xA5045C) is known color: Jazzberry Jam. HEX triplet: A5, 04 and 5C. RGB value is (165,4,92). Sum of RGB (Red+Green+Blue) = 165+4+92=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5045C is #5AFBA3. Grayscale: #3D3D3D. Windows color (decimal): -5962660 or 6030501. OLE color: 6030501.

HSL color Cylindrical-coordinate representation of color #A5045C: hue angle of 327.2º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A5045C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 4 92 -
CMYK 0 0.98 0.44 0.35
HSL 327.21º 0.95% 0.33% -
HSV(B) 327.21º 0.98% 0.65% -
XYZ 17.49 8.86 10.91 -
YUV 62.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 165 4 92 0 0.98 0.44 0.35 327.21 0.95 0.33
Hex A5 4 5C 0 62 2C 23 147 5F 21
Octal 245 4 134 0 142 54 43 507 137 41
Binary 10100101 100 1011100 0 1100010 101100 100011 101000111 1011111 100001

Color Harmonies of #A5045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5045C

Black with #A5045C

Text Example


Text Example

White with #A5045C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5045C; }

 p { color: rgb(165,4,92); }

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

background-color css

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

 a { background-color: rgb(165,4,92); }

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

border-color css

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

 span { border-color: rgb(165,4,92); }

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