Html Css Color HEX #A51262 Jazzberry Jam

📋 copy color: '#A51262'

red 165 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #A51262

Tints of Jazzberry Jam #A51262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 58.72%
G = 6.41%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A51262 (or 0xA51262) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 62. RGB value is (165,18,98). Sum of RGB (Red+Green+Blue) = 165+18+98=281 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.72% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 165 - color contains mainly: red. Hex color #A51262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51262 is #5AED9D. Grayscale: #464646. Windows color (decimal): -5959070 or 6427301. OLE color: 6427301.

HSL color Cylindrical-coordinate representation of color #A51262: hue angle of 327.35º 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 #A51262 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 18 98 -
CMYK 0 0.89 0.41 0.35
HSL 327.35º 0.8% 0.36% -
HSV(B) 327.35º 0.89% 0.65% -
XYZ 17.94 9.31 12.41 -
YUV 71.07 143.2 195 -
System Red Green Blue C M Y K H S L
Decimal 165 18 98 0 0.89 0.41 0.35 327.35 0.8 0.36
Hex A5 12 62 0 59 29 23 147 50 24
Octal 245 22 142 0 131 51 43 507 120 44
Binary 10100101 10010 1100010 0 1011001 101001 100011 101000111 1010000 100100

Color Harmonies of #A51262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51262

Black with #A51262

Text Example


Text Example

White with #A51262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51262; }

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

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

background-color css

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

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

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

border-color css

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

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

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