Html Css Color HEX #A51267 Jazzberry Jam

📋 copy color: '#A51267'

red 165 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #A51267

Tints of Jazzberry Jam #A51267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 57.69%
G = 6.29%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A51267 (or 0xA51267) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 67. RGB value is (165,18,103). Sum of RGB (Red+Green+Blue) = 165+18+103=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A51267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51267 is #5AED98. Grayscale: #474747. Windows color (decimal): -5959065 or 6754981. OLE color: 6754981.

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

Color convert

RGB 165 18 103 -
CMYK 0 0.89 0.38 0.35
HSL 325.31º 0.8% 0.36% -
HSV(B) 325.31º 0.89% 0.65% -
XYZ 18.18 9.41 13.69 -
YUV 71.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 165 18 103 0 0.89 0.38 0.35 325.31 0.8 0.36
Hex A5 12 67 0 59 26 23 145 50 24
Octal 245 22 147 0 131 46 43 505 120 44
Binary 10100101 10010 1100111 0 1011001 100110 100011 101000101 1010000 100100

Color Harmonies of #A51267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51267

Black with #A51267

Text Example


Text Example

White with #A51267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51267; }

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

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

background-color css

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

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

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

border-color css

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

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

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