Html Css Color HEX #A51266 Jazzberry Jam

📋 copy color: '#A51266'

red 165 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #A51266

Tints of Jazzberry Jam #A51266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 57.89%
G = 6.32%
B = 35.79%

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

#A51266 (or 0xA51266) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 66. RGB value is (165,18,102). Sum of RGB (Red+Green+Blue) = 165+18+102=285 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.89% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 165 - color contains mainly: red. Hex color #A51266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51266 is #5AED99. Grayscale: #474747. Windows color (decimal): -5959066 or 6689445. OLE color: 6689445.

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

Color convert

RGB 165 18 102 -
CMYK 0 0.89 0.38 0.35
HSL 325.71º 0.8% 0.36% -
HSV(B) 325.71º 0.89% 0.65% -
XYZ 18.13 9.39 13.43 -
YUV 71.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 165 18 102 0 0.89 0.38 0.35 325.71 0.8 0.36
Hex A5 12 66 0 59 26 23 146 50 24
Octal 245 22 146 0 131 46 43 506 120 44
Binary 10100101 10010 1100110 0 1011001 100110 100011 101000110 1010000 100100

Color Harmonies of #A51266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51266

Black with #A51266

Text Example


Text Example

White with #A51266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51266; }

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

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

background-color css

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

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

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

border-color css

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

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

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