Html Css Color HEX #A5126F Jazzberry Jam

📋 copy color: '#A5126F'

red 165 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #A5126F

Tints of Jazzberry Jam #A5126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 56.12%
G = 6.12%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5126F (or 0xA5126F) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 6F. RGB value is (165,18,111). Sum of RGB (Red+Green+Blue) = 165+18+111=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A5126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5126F is #5AED90. Grayscale: #484848. Windows color (decimal): -5959057 or 7279269. OLE color: 7279269.

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

Color convert

RGB 165 18 111 -
CMYK 0 0.89 0.33 0.35
HSL 322.04º 0.8% 0.36% -
HSV(B) 322.04º 0.89% 0.65% -
XYZ 18.6 9.58 15.91 -
YUV 72.56 149.7 193.94 -
System Red Green Blue C M Y K H S L
Decimal 165 18 111 0 0.89 0.33 0.35 322.04 0.8 0.36
Hex A5 12 6F 0 59 21 23 142 50 24
Octal 245 22 157 0 131 41 43 502 120 44
Binary 10100101 10010 1101111 0 1011001 100001 100011 101000010 1010000 100100

Color Harmonies of #A5126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5126F

Black with #A5126F

Text Example


Text Example

White with #A5126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5126F; }

 p { color: rgb(165,18,111); }

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

background-color css

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

 a { background-color: rgb(165,18,111); }

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

border-color css

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

 span { border-color: rgb(165,18,111); }

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